Skip to content

Commit

Permalink
macos target fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 9, 2022
1 parent d05be73 commit f57a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- build: macos-arm64
os: macos-latest
arch: arm64
macos_target: 'MACOSX_DEPLOYMENT_TARGET=11 CARGO_BUILD_TARGET=aarch64-apple-darwin'
macos_target: 'MACOSX_DEPLOYMENT_TARGET=11.0 CARGO_BUILD_TARGET=aarch64-apple-darwin'
fail-fast: false

steps:
Expand Down

0 comments on commit f57a7fb

Please sign in to comment.