Skip to content

Commit 6f74819

Browse files
Use newer OSX x86 CI image for github actions tests.
1 parent dbd0b5a commit 6f74819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)