We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 927d77a + 64d78fa commit c6b09faCopy full SHA for c6b09fa
.cirrus.yml
@@ -1,6 +1,6 @@
1
osx_m1_task:
2
macos_instance:
3
- image: ghcr.io/cirruslabs/macos-sequoia-xcode:latest
+ image: ghcr.io/cirruslabs/macos-tahoe-xcode:latest
4
timeout_in: 5m
5
matrix:
6
env:
.github/workflows/CI.yml
@@ -217,7 +217,7 @@ jobs:
217
continue-on-error: true
218
strategy:
219
220
- image: [macos-15, macos-13] # Test on both ARM and X86
+ image: [macos-15, macos-15-intel] # Test on both ARM and X86 (through fall 2027)
221
scheduler: [nemesis, sherwood, distrib]
222
topology: [hwloc, binders, no]
223
build_type: [Release, Debug]
0 commit comments