Skip to content

Commit 3459e6a

Browse files
committed
Merge branch 'update-primitve-job' of https://github.com/kt474/qiskit-terra into update-primitve-job
2 parents a6d1314 + 5b0b924 commit 3459e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
os:
9191
- ubuntu-latest
9292
# Used for the x86_64 builds.
93-
- macos-12
93+
- macos-13
9494
# Used for the ARM builds.
9595
- macos-14
9696
- windows-latest
@@ -121,6 +121,7 @@ jobs:
121121
cat >>"$GITHUB_ENV" <<EOF
122122
CIBW_BEFORE_BUILD=bash ./tools/build_pgo.sh $PGO_WORK_DIR $PGO_OUT_PATH
123123
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'
124125
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"
125126
EOF
126127
env:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ environment = 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true"
184184
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} && pipx run abi3audit --strict --report {wheel}"
185185

186186
[tool.cibuildwheel.macos]
187-
environment = "MACOSX_DEPLOYMENT_TARGET=10.12"
188187
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit --strict --report {wheel}"
189188

190189
[tool.cibuildwheel.windows]

0 commit comments

Comments
 (0)