Update mac CI runners after deprecation of macos 13 (#129)

This commit is contained in:
Wiseguy 2025-12-12 02:04:42 -05:00 committed by GitHub
parent 46b7a37a4c
commit dced99c0b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ]