We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076592c commit 9fda7b0Copy full SHA for 9fda7b0
.github/workflows/build_cmake.yml
@@ -100,24 +100,6 @@ jobs:
100
cc: clang
101
cxx: clang++
102
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
115
116
117
118
119
120
121
steps:
122
- uses: actions/checkout@v2
123
0 commit comments