Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
osx_m1_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-sequoia-xcode:latest
image: ghcr.io/cirruslabs/macos-tahoe-xcode:latest
timeout_in: 5m
matrix:
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
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)
scheduler: [nemesis, sherwood, distrib]
topology: [hwloc, binders, no]
build_type: [Release, Debug]
Expand Down
Loading