Update mac CI runners after deprecation of macos 13

This commit is contained in:
Mr-Wiseguy 2025-12-12 02:01:11 -05:00
parent 46b7a37a4c
commit 679068c55e

View file

@ -92,7 +92,7 @@ jobs:
cmake --build cmake-build --config ${{ matrix.type }} --target librecomp -j $cpuCores
build-macos:
runs-on: ${{ matrix.arch == 'x64' && 'macos-13' || 'macos-14' }}
runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
strategy:
matrix:
type: [ Debug, Release ]