Update cmake.yml

Use macOS 15 as the macOS 12 runner image will be removed by 12/3/2024
This commit is contained in:
zdenop 2024-10-17 07:06:25 +02:00 committed by GitHub
parent 61ed4d9f36
commit aacc9052b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,9 @@ jobs:
fail-fast: false
matrix:
config:
- { name: macos-12-clang-14-cmake, os: macos-12, cxx: clang++ } # default
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
- { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
- { name: macos-14-gcc-14-cmake, os: macos-14, cxx: g++-14 } #installed
- { name: macos-15-clang-cmake, os: macos-15, cxx: clang++ } # default
- { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } #installed
@ -55,6 +53,8 @@ jobs:
brew install ninja
ninja --version
cmake --version
clang++ --version
g++ --version
if: runner.os == 'macOS'
- name: Checkout Source