Update build_cmake.yml, removing macOS build versions not supported by GitHub

This commit is contained in:
Steffen Schümann 2025-01-23 07:26:01 +01:00 committed by GitHub
parent 076592ce6e
commit 9fda7b0afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,24 +100,6 @@ jobs:
cc: clang
cxx: clang++
- name: "macOS 12 AppleClang"
os: macos-12
build_type: Release
packages: ninja
generator: Ninja
compatibility: "cxx_std_11;cxx_std_17"
cc: clang
cxx: clang++
- name: "macOS 11 AppleClang"
os: macos-11
build_type: Release
packages: ninja
generator: Ninja
compatibility: "cxx_std_11;cxx_std_17"
cc: clang
cxx: clang++
steps:
- uses: actions/checkout@v2