Skip to content

Commit dced99c

Browse files
authored
Update mac CI runners after deprecation of macos 13 (#129)
1 parent 46b7a37 commit dced99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cmake --build cmake-build --config ${{ matrix.type }} --target librecomp -j $cpuCores
9393
9494
build-macos:
95-
runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-14' }}
95+
runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
9696
strategy:
9797
matrix:
9898
type: [ Debug, Release ]

0 commit comments

Comments
 (0)