mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-12-17 13:32:44 +00:00
Update mac CI runners after deprecation of macos 13
This commit is contained in:
parent
46b7a37a4c
commit
679068c55e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue