Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit cacda2d

Browse files
author
David Robertson
authored
Build wheels on macos 11, not 10.15 (#14249)
1 parent 755bfee commit cacda2d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ${{ matrix.os }}
100100
strategy:
101101
matrix:
102-
os: [ubuntu-20.04, macos-10.15]
102+
os: [ubuntu-20.04, macos-11]
103103
arch: [x86_64, aarch64]
104104
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
105105
# It is not read by the rest of the workflow.
@@ -109,9 +109,9 @@ jobs:
109109
exclude:
110110
# Don't build macos wheels on PR CI.
111111
- is_pr: true
112-
os: "macos-10.15"
112+
os: "macos-11"
113113
# Don't build aarch64 wheels on mac.
114-
- os: "macos-10.15"
114+
- os: "macos-11"
115115
arch: aarch64
116116
# Don't build aarch64 wheels on PR CI.
117117
- is_pr: true

changelog.d/14249.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build wheels on macos 11, not 10.15.

0 commit comments

Comments
 (0)