Skip to content

Commit

Permalink
Update build_cmake.yml, removing macOS build versions not supported b…
Browse files Browse the repository at this point in the history
…y GitHub
  • Loading branch information
gulrak authored Jan 23, 2025
1 parent 076592c commit 9fda7b0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9fda7b0

Please sign in to comment.