mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
ci: Update macOS runner to macOS-latest
That way it doesn't need to be updated manually in the future.
This commit is contained in:
parent
0d26b9d6d6
commit
3edc37dd2b
2
.github/workflows/continuous_deployment.yml
vendored
2
.github/workflows/continuous_deployment.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [{genus: macos-13, family: osx}]
|
||||
os: [{genus: macos-latest, family: osx}]
|
||||
compiler: [{cc: clang, cxx: clang++}]
|
||||
cmake_build_type: [Debug, Release]
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user