Skip to content

Commit 94f780c

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

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,9 @@ jobs:
131131
target: ${{ matrix.target }}
132132
override: true
133133

134-
- name: aarch64-specific items
135-
run: |
136-
# Use the beta compiler
137-
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
138-
# Set SDK environment variables
139-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
140-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
141-
if: matrix.target == 'aarch64-apple-darwin'
142-
143134
- name: Run cargo build
144135
uses: actions-rs/cargo@v1
145136
with:
146137
use-cross: ${{ matrix.use-cross }}
147138
command: build
148-
args: --target=${{ matrix.target }}
139+
args: --target=${{ matrix.target }}

0 commit comments

Comments
 (0)