Skip to content

Commit 1b59d7b

Browse files
committed
CI/macos: try macos-15
1 parent 32b140d commit 1b59d7b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
&& for i in test testcallbacks testconvergent testgetvalue testinstance testmapfromstr testnumpy testreverse testvector; do echo running ${i}; if ! python3 ${i}.py; then exit 1; fi; done;
153153

154154
MacOS:
155-
runs-on: macOS-26
155+
runs-on: macOS-15
156156
timeout-minutes: 5
157157
env:
158158
CC: clang
@@ -298,7 +298,7 @@ jobs:
298298
retention-days: 1
299299

300300
MacOS-tests:
301-
runs-on: macOS-26
301+
runs-on: macOS-15
302302
needs: MacOS
303303
timeout-minutes: 5
304304
strategy:
@@ -326,7 +326,7 @@ jobs:
326326
done
327327
328328
MacOS-instance-tests:
329-
runs-on: macOS-26
329+
runs-on: macOS-15
330330
needs: MacOS-tests
331331
timeout-minutes: 3
332332
strategy:
@@ -351,7 +351,7 @@ jobs:
351351
done
352352
353353
MacOS-check-wheel:
354-
runs-on: macOS-26
354+
runs-on: macOS-15
355355
needs: MacOS
356356
timeout-minutes: 5
357357
env:

0 commit comments

Comments
 (0)