Skip to content

Commit 81a1088

Browse files
committed
CI: Switch to macOS 12 runners
1 parent edfb7aa commit 81a1088

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/release-artifacts.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
strategy:
104104
matrix:
105-
os: [ubuntu-20.04, macos-11]
105+
os: [ubuntu-20.04, macos-12]
106106
arch: [x86_64, aarch64]
107107
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
108108
# It is not read by the rest of the workflow.
@@ -112,9 +112,9 @@ jobs:
112112
exclude:
113113
# Don't build macos wheels on PR CI.
114114
- is_pr: true
115-
os: "macos-11"
115+
os: "macos-12"
116116
# Don't build aarch64 wheels on mac.
117-
- os: "macos-11"
117+
- os: "macos-12"
118118
arch: aarch64
119119
# Don't build aarch64 wheels on PR CI.
120120
- is_pr: true

Diff for: changelog.d/17319.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Switch to macOS 12 runners to fix building of wheels for macOS.

0 commit comments

Comments
 (0)