File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114
114
os :
115
115
- ubuntu-24.04
116
116
- ubuntu-24.04-arm
117
- - macos-13 # This uses x86-64
118
117
- macos-14 # This uses arm64
118
+ - macos-15-intel # This uses x86-64
119
119
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
120
120
# It is not read by the rest of the workflow.
121
121
is_pr :
@@ -124,7 +124,7 @@ jobs:
124
124
exclude :
125
125
# Don't build macos wheels on PR CI.
126
126
- is_pr : true
127
- os : " macos-13 "
127
+ os : " macos-15-intel "
128
128
- is_pr : true
129
129
os : " macos-14"
130
130
# Don't build aarch64 wheels on PR CI.
Original file line number Diff line number Diff line change
1
+ Swap near-end-of-life `macos-13` GitHub Actions runner for the `macos-15-intel` variant.
You can’t perform that action at this time.
0 commit comments