We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a067e9e commit 59f9ae3Copy full SHA for 59f9ae3
1 file changed
.github/workflows/linux.yml
@@ -26,6 +26,10 @@ jobs:
26
cxx: g++-12
27
clang_major_version: null
28
clang_repo_suffix: null
29
+ - cc: gcc-13
30
+ cxx: g++-13
31
+ clang_major_version: null
32
+ clang_repo_suffix: null
33
- cc: clang-15
34
cxx: clang++-15
35
clang_major_version: 15
0 commit comments