fix(ci): attempt to use another xcode sdk version on m1

This commit is contained in:
Federico Terzi 2021-10-02 15:15:16 +02:00
parent c3dcae626b
commit 2077eadd21

View File

@ -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