We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1310670 + d988ba3 commit c19ab04Copy full SHA for c19ab04
1 file changed
.github/workflows/ContinuousIntegration.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{matrix.os}}
20
strategy:
21
matrix:
22
- os: [ ubuntu-22.04, macos-13, macos-14 ]
+ os: [ ubuntu-22.04 ]
23
cxx: [ clang++, g++-12 ]
24
build_type: [ Debug, Release ]
25
0 commit comments