Skip to content

Commit

Permalink
Exclude from CI build images no longer supportable on GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 8, 2024
1 parent 9905e62 commit b4bb204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: "gcc 5.4 (Boost 1.66)"
shortname: gcc5
tag: xenial
cc: gcc
cxx: g++
- name: "gcc 6.3 (Boost 1.66)"
shortname: gcc6
tag: zesty
cc: gcc
cxx: g++
- name: "gcc 7.4 (Boost 1.72)"
shortname: gcc7
tag: bionic
cc: gcc
cxx: g++
- name: "gcc 8.3 (Boost 1.72)"
shortname: gcc8
tag: cosmic
Expand Down Expand Up @@ -55,11 +40,6 @@ jobs:
tag: noble
cc: gcc
cxx: g++
- name: "Clang 6 (Boost 1.72)"
shortname: clang6
tag: bionic
cc: clang
cxx: clang++
- name: "Clang 7 (Boost 1.72)"
shortname: clang7
tag: cosmic
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: "gcc 5.4 (Boost 1.66)"
shortname: gcc5
tag: xenial
cc: gcc
cxx: g++
- name: "gcc 6.3 (Boost 1.66)"
shortname: gcc6
tag: zesty
cc: gcc
cxx: g++
- name: "gcc 7.4 (Boost 1.72)"
shortname: gcc7
tag: bionic
cc: gcc
cxx: g++
- name: "gcc 8.3 (Boost 1.72)"
shortname: gcc8
tag: cosmic
Expand Down Expand Up @@ -55,11 +40,6 @@ jobs:
tag: noble
cc: gcc
cxx: g++
- name: "Clang 6 (Boost 1.72)"
shortname: clang6
tag: bionic
cc: clang
cxx: clang++
- name: "Clang 7 (Boost 1.72)"
shortname: clang7
tag: cosmic
Expand Down

0 comments on commit b4bb204

Please sign in to comment.