Skip to content

Commit

Permalink
update macos sdk version and xcode image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dark64 committed Aug 23, 2022
1 parent a083e74 commit c302441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ executors:
image: ubuntu-2004:202101-01
macos:
macos:
xcode: 12.4.0
xcode: 13.4.1

jobs:
build:
Expand Down Expand Up @@ -279,7 +279,7 @@ workflows:
<<: *tag-only
pre-steps:
- install_rust
build-with: SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) cargo
build-with: SDKROOT=$(xcrun -sdk macosx12.3 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx12.3 --show-sdk-platform-version) cargo
add-target: true
matrix:
alias: cross-build-apple-silicon
Expand Down

0 comments on commit c302441

Please sign in to comment.