Skip to content

Commit 59f9ae3

Browse files
committed
linux.yml: Add GCC 13
1 parent a067e9e commit 59f9ae3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
cxx: g++-12
2727
clang_major_version: null
2828
clang_repo_suffix: null
29+
- cc: gcc-13
30+
cxx: g++-13
31+
clang_major_version: null
32+
clang_repo_suffix: null
2933
- cc: clang-15
3034
cxx: clang++-15
3135
clang_major_version: 15

0 commit comments

Comments
 (0)