We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ad8e4 commit c42a396Copy full SHA for c42a396
.github/workflows/ContinuousIntegration.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{matrix.os}}
17
strategy:
18
matrix:
19
- os: [ ubuntu-22.04, macos-13 ]
+ os: [ ubuntu-22.04 ]
20
cxx: [ clang++, g++-12 ]
21
build_type: [ Debug, Release ]
22
0 commit comments