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 46b7a37 commit dced99cCopy full SHA for dced99c
.github/workflows/validate.yml
@@ -92,7 +92,7 @@ jobs:
92
cmake --build cmake-build --config ${{ matrix.type }} --target librecomp -j $cpuCores
93
94
build-macos:
95
- runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-14' }}
+ runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
96
strategy:
97
matrix:
98
type: [ Debug, Release ]
0 commit comments