File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -181,87 +181,87 @@ jobs:
181
181
pythonType : " pp"
182
182
183
183
# MacOS x86_64
184
- - os : macos-latest
184
+ - os : macos-13
185
185
pythonVersion : 37
186
186
bitness : 64
187
187
platformID : macosx_x86_64
188
188
pythonType : " cp"
189
189
190
- - os : macos-latest
190
+ - os : macos-13
191
191
pythonVersion : 38
192
192
bitness : 64
193
193
platformID : macosx_x86_64
194
194
pythonType : " cp"
195
195
196
- - os : macos-latest
196
+ - os : macos-13
197
197
pythonVersion : 39
198
198
bitness : 64
199
199
platformID : macosx_x86_64
200
200
pythonType : " cp"
201
201
202
- - os : macos-latest
202
+ - os : macos-13
203
203
pythonVersion : 310
204
204
bitness : 64
205
205
platformID : macosx_x86_64
206
206
pythonType : " cp"
207
207
208
- - os : macos-latest
208
+ - os : macos-13
209
209
pythonVersion : 311
210
210
bitness : 64
211
211
platformID : macosx_x86_64
212
212
pythonType : " cp"
213
213
214
- - os : macos-latest
214
+ - os : macos-13
215
215
pythonVersion : 312
216
216
bitness : 64
217
217
platformID : macosx_x86_64
218
218
pythonType : " cp"
219
219
220
220
# Apple-Silicon MacOS
221
- - os : macos-latest
221
+ - os : macos-13
222
222
pythonVersion : 38
223
223
bitness : 64
224
224
platformID : macosx_arm64
225
225
pythonType : " cp"
226
226
227
- - os : macos-latest
227
+ - os : macos-13
228
228
pythonVersion : 39
229
229
bitness : 64
230
230
platformID : macosx_arm64
231
231
pythonType : " cp"
232
232
233
- - os : macos-latest
233
+ - os : macos-13
234
234
pythonVersion : 310
235
235
bitness : 64
236
236
platformID : macosx_arm64
237
237
pythonType : " cp"
238
238
239
- - os : macos-latest
239
+ - os : macos-13
240
240
pythonVersion : 311
241
241
bitness : 64
242
242
platformID : macosx_arm64
243
243
pythonType : " cp"
244
244
245
- - os : macos-latest
245
+ - os : macos-13
246
246
pythonVersion : 312
247
247
bitness : 64
248
248
platformID : macosx_arm64
249
249
pythonType : " cp"
250
250
251
251
# Apple-Silicon MacOS PyPy
252
- # - os: macos-latest
252
+ # - os: macos-13
253
253
# pythonVersion: 38
254
254
# bitness: 64
255
255
# platformID: macosx_arm64
256
256
# pythonType: "pp"
257
257
258
- # - os: macos-latest
258
+ # - os: macos-13
259
259
# pythonVersion: 39
260
260
# bitness: 64
261
261
# platformID: macosx_arm64
262
262
# pythonType: "pp"
263
263
264
- # - os: macos-latest
264
+ # - os: macos-13
265
265
# pythonVersion: 310
266
266
# bitness: 64
267
267
# platformID: macosx_arm64
@@ -282,21 +282,21 @@ jobs:
282
282
run : pip install -r requirements.txt
283
283
284
284
- name : Install XCode
285
- if : matrix.os == 'macos-latest '
285
+ if : matrix.os == 'macos-13 '
286
286
uses :
maxim-lobanov/[email protected]
287
287
with :
288
288
xcode-version : latest
289
289
290
290
# - name: Install Clang
291
- # if: matrix.os == 'macos-latest '
291
+ # if: matrix.os == 'macos-13 '
292
292
# uses: KyleMayes/install-llvm-action@v1
293
293
# with:
294
294
# version: "15.0"
295
295
# directory: "./llvm"
296
296
# env: on
297
297
298
298
- name : Install Clang
299
- if : matrix.os == 'macos-latest '
299
+ if : matrix.os == 'macos-13 '
300
300
run : |
301
301
brew install llvm libomp
302
302
You can’t perform that action at this time.
0 commit comments