We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713d72c commit 8f8d75fCopy full SHA for 8f8d75f
.github/workflows/ContinuousIntegration.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ ubuntu-22.04, macos-12 ]
20
- cxx: [ clang++, g++-11 ]
+ cxx: [ clang++, g++-12 ]
21
build_type: [ Debug, Release ]
22
23
steps:
0 commit comments