Skip to content

Commit

Permalink
Fewer builds in default CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 2, 2024
1 parent 217dd4a commit 2f384b1
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,83 +7,32 @@ jobs:
fail-fast: false
matrix:
include:
- name: "gcc 8.3 (Boost 1.72)"
shortname: gcc8
tag: cosmic
cc: gcc
cxx: g++
- name: "gcc 9.3 (Boost 1.78)"
shortname: gcc9
tag: focal
cc: gcc
cxx: g++
- name: "gcc 10.3 (Boost 1.79)"
shortname: gcc10
tag: hirsute
cc: gcc
cxx: g++
- name: "gcc 11.4 (Boost 1.82)"
shortname: gcc11
tag: jammy
cc: gcc
cxx: g++
- name: "gcc 12.x"
shortname: gcc12
tag: lunar
cc: gcc
cxx: g++
tests: true
- name: "gcc 13.x"
shortname: gcc13
tag: mantic
cc: gcc
cxx: g++
tests: true
- name: "Clang 7 (Boost 1.72)"
shortname: clang7
tag: cosmic
cc: clang
cxx: clang++
- name: "Clang 8 (Boost 1.72)"
shortname: clang8
tag: disco
cc: clang
cxx: clang++
- name: "Clang 9 (Boost 1.74)"
shortname: clang9
tag: eoan
cc: clang
cxx: clang++
- name: "Clang 10 (Boost 1.78)"
shortname: clang10
tag: focal
cc: clang
cxx: clang++
- name: "Clang 11 (Boost 1.78)"
shortname: clang11
tag: groovy
cc: clang
cxx: clang++
- name: "Clang 12 (Boost 1.79)"
shortname: clang12
tag: hirsute
cc: clang
cxx: clang++
- name: "Clang 13 (Boost 1.79)"
shortname: clang13
tag: impish
cc: clang
cxx: clang++
- name: "Clang 14 (Boost 1.82)"
shortname: clang14
tag: jammy
cc: clang
cxx: clang++
- name: "Clang 15"
shortname: clang15
tag: lunar
cc: clang
cxx: clang++
- name: "Clang 16"
shortname: clang16
tag: mantic
Expand Down

0 comments on commit 2f384b1

Please sign in to comment.