File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
strategy :
113
113
fail-fast : false
114
114
matrix :
115
- os : ['ubuntu-latest', 'windows-latest', 'macos-13 ', 'macos-latest']
115
+ os : ['ubuntu-latest', 'windows-latest', 'macos-14-large ', 'macos-latest']
116
116
python-version :
117
117
- " 3.9"
118
118
- " 3.10"
@@ -149,11 +149,11 @@ jobs:
149
149
python-version : " 3.11"
150
150
- os : windows-latest
151
151
python-version : " 3.12"
152
- - os : macos-13
152
+ - os : macos-14-large
153
153
python-version : " 3.10"
154
- - os : macos-13
154
+ - os : macos-14-large
155
155
python-version : " 3.11"
156
- - os : macos-13
156
+ - os : macos-14-large
157
157
python-version : " 3.12"
158
158
- os : macos-latest
159
159
python-version : " 3.10"
@@ -166,25 +166,20 @@ jobs:
166
166
# x86 is available for Windows
167
167
- os : ubuntu-latest
168
168
architecture : x86
169
- - os : macos-latest
169
+ - os : macos-14-large
170
170
architecture : x86
171
- - os : macos-13
171
+ - os : macos-latest
172
172
architecture : x86
173
173
# arm64 is available for macos-14+
174
174
- os : ubuntu-latest
175
175
architecture : arm64
176
176
- os : windows-latest
177
177
architecture : arm64
178
- - os : macos-13
179
- architecture : arm64
180
178
# x64 is not available for macos-14+
181
179
- os : macos-latest
182
180
architecture : x64
183
181
184
182
# # Reduced support
185
- # Drop pre tests for macos-13
186
- - os : macos-13
187
- dependencies : pre
188
183
# Drop pre tests for SPEC-0-unsupported Python versions
189
184
- python-version : ' 3.9'
190
185
dependencies : pre
You can’t perform that action at this time.
0 commit comments