Skip to content

Commit 9b0a6c2

Browse files
authored
Drop aarch-darwin specific lines
1 parent 94f780c commit 9b0a6c2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,10 @@ jobs:
5050
toolchain: stable
5151
target: ${{ matrix.target }}
5252
override: true
53-
54-
- name: aarch64-specific items
55-
run: |
56-
# Use the beta compiler
57-
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
58-
# Set SDK environment variables
59-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
60-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
61-
if: matrix.target == 'aarch64-apple-darwin'
6253

6354
- name: Run cargo build
6455
uses: actions-rs/cargo@v1
6556
with:
6657
use-cross: ${{ matrix.use-cross }}
6758
command: build
68-
args: --release --target ${{ matrix.target }}
59+
args: --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)