Skip to content

Commit c6b09fa

Browse files
Merge pull request #368 from insertinterestingnamehere/ci
Newer OSX x86 CI Images
2 parents 927d77a + 64d78fa commit c6b09fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
osx_m1_task:
22
macos_instance:
3-
image: ghcr.io/cirruslabs/macos-sequoia-xcode:latest
3+
image: ghcr.io/cirruslabs/macos-tahoe-xcode:latest
44
timeout_in: 5m
55
matrix:
66
env:

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
continue-on-error: true
218218
strategy:
219219
matrix:
220-
image: [macos-15, macos-13] # Test on both ARM and X86
220+
image: [macos-15, macos-15-intel] # Test on both ARM and X86 (through fall 2027)
221221
scheduler: [nemesis, sherwood, distrib]
222222
topology: [hwloc, binders, no]
223223
build_type: [Release, Debug]

0 commit comments

Comments
 (0)