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 ee19906 commit 31b6793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-22.04
- cc: gcc-13
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-22.04
- cc: clang-15
cxx: clang++-15
clang_major_version: 15
Expand Down

0 comments on commit 31b6793

Please sign in to comment.