fix(ci): attempt to use another xcode sdk version on m1
This commit is contained in:
parent
c3dcae626b
commit
2077eadd21
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
|||
cargo install --force cargo-make
|
||||
- name: Build
|
||||
run: |
|
||||
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
|
||||
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
|
||||
SDKROOT=$(xcrun -sdk macosx11.3 --show-sdk-path) \
|
||||
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.3 --show-sdk-platform-version) \
|
||||
cargo make build-macos-arm-binary
|
||||
|
||||
# TODO: add clippy check
|
Loading…
Reference in New Issue
Block a user