Skip to content

Commit

Permalink
linux.yml: Add GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jan 26, 2024
1 parent a067e9e commit 59f9ae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
cxx: g++-12
clang_major_version: null
clang_repo_suffix: null
- cc: gcc-13
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
- cc: clang-15
cxx: clang++-15
clang_major_version: 15
Expand Down

0 comments on commit 59f9ae3

Please sign in to comment.