Skip to content

Commit

Permalink
linux.yml: Drop GCC 11/12 and Clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jan 26, 2024
1 parent 31b6793 commit e31c2d2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,11 @@ jobs:
fail-fast: false
matrix:
include:
- cc: gcc-11
cxx: g++-11
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-22.04
- cc: gcc-12
cxx: g++-12
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
clang_repo_suffix: -15
runs-on: ubuntu-22.04
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
Expand Down

0 comments on commit e31c2d2

Please sign in to comment.