Skip to content

Commit c62dec7

Browse files
committed
Switch to macOS 13 in CI
This makes sure the supported runtime is used. There's currently no supporting infra for `amd64`.
1 parent ab00938 commit c62dec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ jobs:
614614
strategy:
615615
matrix:
616616
os:
617-
- macos
617+
- macos-13
618618
uses: ./.github/workflows/reusable-cibuildwheel.yml
619619
with:
620620
os: ${{ matrix.os }}
@@ -1407,7 +1407,7 @@ jobs:
14071407
- 3.7
14081408
- 3.6
14091409
runner-vm-os:
1410-
- macos-latest
1410+
- macos-13
14111411
dist-type:
14121412
- binary
14131413
- source

.github/workflows/reusable-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
build-wheel:
4545
name: Build wheels on ${{ inputs.os }} ${{ inputs.qemu }}
46-
runs-on: ${{ inputs.os }}-latest
46+
runs-on: ${{ inputs.os }}
4747
timeout-minutes: ${{ inputs.qemu && 60 || 20 }}
4848
steps:
4949
- name: Retrieve the project source from an sdist inside the GHA artifact

0 commit comments

Comments
 (0)