We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bc024 commit 5c83286Copy full SHA for 5c83286
1 file changed
.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