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.
1 parent dbd0b5a commit 6f74819Copy full SHA for 6f74819
.github/workflows/CI.yml
@@ -217,7 +217,7 @@ jobs:
217
continue-on-error: true
218
strategy:
219
matrix:
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