Skip to content

Commit 5c83286

Browse files
committed
Change names of jobs, compilers used.
1 parent e8bc024 commit 5c83286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: 'ubuntu-latest'
2525
strategy:
2626
matrix:
27-
cxx: [gcc, clang]
27+
cxx: [g++-12, clang++]
2828
name: ${{ matrix.cxx }}
2929
env:
3030
CXX: ${{ matrix.cxx }}

0 commit comments

Comments
 (0)