Skip to content

Commit a6f1373

Browse files
committed
Use macos-13 to see if that fixes anything
1 parent 663ecd7 commit a6f1373

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/wheels.yaml

+17-17
Original file line numberDiff line numberDiff line change
@@ -181,87 +181,87 @@ jobs:
181181
pythonType: "pp"
182182

183183
# MacOS x86_64
184-
- os: macos-latest
184+
- os: macos-13
185185
pythonVersion: 37
186186
bitness: 64
187187
platformID: macosx_x86_64
188188
pythonType: "cp"
189189

190-
- os: macos-latest
190+
- os: macos-13
191191
pythonVersion: 38
192192
bitness: 64
193193
platformID: macosx_x86_64
194194
pythonType: "cp"
195195

196-
- os: macos-latest
196+
- os: macos-13
197197
pythonVersion: 39
198198
bitness: 64
199199
platformID: macosx_x86_64
200200
pythonType: "cp"
201201

202-
- os: macos-latest
202+
- os: macos-13
203203
pythonVersion: 310
204204
bitness: 64
205205
platformID: macosx_x86_64
206206
pythonType: "cp"
207207

208-
- os: macos-latest
208+
- os: macos-13
209209
pythonVersion: 311
210210
bitness: 64
211211
platformID: macosx_x86_64
212212
pythonType: "cp"
213213

214-
- os: macos-latest
214+
- os: macos-13
215215
pythonVersion: 312
216216
bitness: 64
217217
platformID: macosx_x86_64
218218
pythonType: "cp"
219219

220220
# Apple-Silicon MacOS
221-
- os: macos-latest
221+
- os: macos-13
222222
pythonVersion: 38
223223
bitness: 64
224224
platformID: macosx_arm64
225225
pythonType: "cp"
226226

227-
- os: macos-latest
227+
- os: macos-13
228228
pythonVersion: 39
229229
bitness: 64
230230
platformID: macosx_arm64
231231
pythonType: "cp"
232232

233-
- os: macos-latest
233+
- os: macos-13
234234
pythonVersion: 310
235235
bitness: 64
236236
platformID: macosx_arm64
237237
pythonType: "cp"
238238

239-
- os: macos-latest
239+
- os: macos-13
240240
pythonVersion: 311
241241
bitness: 64
242242
platformID: macosx_arm64
243243
pythonType: "cp"
244244

245-
- os: macos-latest
245+
- os: macos-13
246246
pythonVersion: 312
247247
bitness: 64
248248
platformID: macosx_arm64
249249
pythonType: "cp"
250250

251251
# Apple-Silicon MacOS PyPy
252-
# - os: macos-latest
252+
# - os: macos-13
253253
# pythonVersion: 38
254254
# bitness: 64
255255
# platformID: macosx_arm64
256256
# pythonType: "pp"
257257

258-
# - os: macos-latest
258+
# - os: macos-13
259259
# pythonVersion: 39
260260
# bitness: 64
261261
# platformID: macosx_arm64
262262
# pythonType: "pp"
263263

264-
# - os: macos-latest
264+
# - os: macos-13
265265
# pythonVersion: 310
266266
# bitness: 64
267267
# platformID: macosx_arm64
@@ -282,21 +282,21 @@ jobs:
282282
run: pip install -r requirements.txt
283283

284284
- name: Install XCode
285-
if: matrix.os == 'macos-latest'
285+
if: matrix.os == 'macos-13'
286286
uses: maxim-lobanov/[email protected]
287287
with:
288288
xcode-version: latest
289289

290290
# - name: Install Clang
291-
# if: matrix.os == 'macos-latest'
291+
# if: matrix.os == 'macos-13'
292292
# uses: KyleMayes/install-llvm-action@v1
293293
# with:
294294
# version: "15.0"
295295
# directory: "./llvm"
296296
# env: on
297297

298298
- name: Install Clang
299-
if: matrix.os == 'macos-latest'
299+
if: matrix.os == 'macos-13'
300300
run: |
301301
brew install llvm libomp
302302

0 commit comments

Comments
 (0)