File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
os :
91
91
- ubuntu-latest
92
92
# Used for the x86_64 builds.
93
- - macos-12
93
+ - macos-13
94
94
# Used for the ARM builds.
95
95
- macos-14
96
96
- windows-latest
@@ -121,6 +121,7 @@ jobs:
121
121
cat >>"$GITHUB_ENV" <<EOF
122
122
CIBW_BEFORE_BUILD=bash ./tools/build_pgo.sh $PGO_WORK_DIR $PGO_OUT_PATH
123
123
CIBW_ENVIRONMENT=RUSTUP_TOOLCHAIN=stable RUSTFLAGS='-Cprofile-use=$PGO_OUT_PATH -Cllvm-args=-pgo-warn-missing-function'
124
+ CIBW_ENVIRONMENT_MACOS=MACOSX_DEPLOYMENT_TARGET='10.12' RUSTUP_TOOLCHAIN=stable RUSTFLAGS='-Cprofile-use=$PGO_OUT_PATH -Cllvm-args=-pgo-warn-missing-function'
124
125
CIBW_ENVIRONMENT_LINUX=RUSTUP_TOOLCHAIN=stable RUSTFLAGS='-Cprofile-use=$PGO_OUT_PATH -Cllvm-args=-pgo-warn-missing-function' PATH="\$PATH:\$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true"
125
126
EOF
126
127
env :
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ environment = 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true"
184
184
repair-wheel-command = " auditwheel repair -w {dest_dir} {wheel} && pipx run abi3audit --strict --report {wheel}"
185
185
186
186
[tool .cibuildwheel .macos ]
187
- environment = " MACOSX_DEPLOYMENT_TARGET=10.12"
188
187
repair-wheel-command = " delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit --strict --report {wheel}"
189
188
190
189
[tool .cibuildwheel .windows ]
You can’t perform that action at this time.
0 commit comments