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:
Charles Giessen 2024-10-18 16:56:12 -05:00
parent 0d26b9d6d6
commit 3edc37dd2b

View File

@ -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: