Skip to content

Commit

Permalink
Fix XCode version switch on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Feb 15, 2022
1 parent ab0da96 commit bc10127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: matrix.target == 'aarch64-apple-darwin'
run: |
xcodebuild -showsdks
SDKROOT=$(xcrun -sdk macosx12.0 --show-sdk-path)
SDKROOT=$(xcrun -sdk macosx12.1 --show-sdk-path)
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit bc10127

Please sign in to comment.