We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a194ee commit 095545eCopy full SHA for 095545e
1 file changed
.github/workflows/ci.yaml
@@ -38,8 +38,8 @@ jobs:
38
matrix:
39
build_type: [ Debug, Release ]
40
compiler:
41
- - { cc: gcc-13, cxx: g++-13 }
42
- - { cc: clang-16, cxx: clang++-16 }
+ - { cc: gcc, cxx: g++ }
+ - { cc: clang, cxx: clang++ }
43
44
steps:
45
- uses: actions/checkout@v4
0 commit comments