Skip to content

Commit bcbbccc

Browse files
Swap macos-13 with macos-15-intel GHA runner in CI (#19025)
1 parent 8f01eb8 commit bcbbccc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
os:
115115
- ubuntu-24.04
116116
- ubuntu-24.04-arm
117-
- macos-13 # This uses x86-64
118117
- macos-14 # This uses arm64
118+
- macos-15-intel # This uses x86-64
119119
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
120120
# It is not read by the rest of the workflow.
121121
is_pr:
@@ -124,7 +124,7 @@ jobs:
124124
exclude:
125125
# Don't build macos wheels on PR CI.
126126
- is_pr: true
127-
os: "macos-13"
127+
os: "macos-15-intel"
128128
- is_pr: true
129129
os: "macos-14"
130130
# Don't build aarch64 wheels on PR CI.

changelog.d/19025.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Swap near-end-of-life `macos-13` GitHub Actions runner for the `macos-15-intel` variant.

0 commit comments

Comments
 (0)