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 e8bc024 commit 5c83286Copy full SHA for 5c83286
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: 'ubuntu-latest'
25
strategy:
26
matrix:
27
- cxx: [gcc, clang]
+ cxx: [g++-12, clang++]
28
name: ${{ matrix.cxx }}
29
env:
30
CXX: ${{ matrix.cxx }}
0 commit comments