We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-13
macos-15-intel
1 parent 8f01eb8 commit bcbbcccCopy full SHA for bcbbccc
2 files changed
.github/workflows/release-artifacts.yml
@@ -114,8 +114,8 @@ jobs:
114
os:
115
- ubuntu-24.04
116
- ubuntu-24.04-arm
117
- - macos-13 # This uses x86-64
118
- macos-14 # This uses arm64
+ - macos-15-intel # This uses x86-64
119
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
120
# It is not read by the rest of the workflow.
121
is_pr:
@@ -124,7 +124,7 @@ jobs:
124
exclude:
125
# Don't build macos wheels on PR CI.
126
- is_pr: true
127
- os: "macos-13"
+ os: "macos-15-intel"
128
129
os: "macos-14"
130
# Don't build aarch64 wheels on PR CI.
changelog.d/19025.misc
@@ -0,0 +1 @@
1
+Swap near-end-of-life `macos-13` GitHub Actions runner for the `macos-15-intel` variant.
0 commit comments