Skip to content

Commit 9fda7b0

Browse files
authored
Update build_cmake.yml, removing macOS build versions not supported by GitHub
1 parent 076592c commit 9fda7b0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build_cmake.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,6 @@ jobs:
100100
cc: clang
101101
cxx: clang++
102102

103-
- name: "macOS 12 AppleClang"
104-
os: macos-12
105-
build_type: Release
106-
packages: ninja
107-
generator: Ninja
108-
compatibility: "cxx_std_11;cxx_std_17"
109-
cc: clang
110-
cxx: clang++
111-
112-
- name: "macOS 11 AppleClang"
113-
os: macos-11
114-
build_type: Release
115-
packages: ninja
116-
generator: Ninja
117-
compatibility: "cxx_std_11;cxx_std_17"
118-
cc: clang
119-
cxx: clang++
120-
121103
steps:
122104
- uses: actions/checkout@v2
123105

0 commit comments

Comments
 (0)