Skip to content

Commit efd0136

Browse files
committed
CI: Drop ubuntu-20.04 jobs
Unfortunately, those older versions of gcc and clang are not in ubuntu-22.04
1 parent 7bbb36a commit efd0136

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,6 @@ jobs:
9494
- name: build check
9595
run: ci/run-build-and-tests.sh
9696

97-
gcc8-x86_64:
98-
runs-on: ubuntu-20.04
99-
env:
100-
CC: gcc-8
101-
TARGET: x86_64
102-
steps:
103-
- uses: actions/checkout@v5
104-
with:
105-
fetch-depth: 0
106-
- name: install dependencies
107-
run: ci/install-dependencies.sh
108-
- name: build check
109-
run: ci/run-build-and-tests.sh
110-
11197
clang18-x86_64:
11298
runs-on: ubuntu-24.04
11399
env:
@@ -233,31 +219,3 @@ jobs:
233219
run: ci/install-dependencies.sh
234220
- name: build check
235221
run: ci/run-build-and-tests.sh
236-
237-
clang9-x86_64:
238-
runs-on: ubuntu-20.04
239-
env:
240-
CC: clang-9
241-
TARGET: x86_64
242-
steps:
243-
- uses: actions/checkout@v5
244-
with:
245-
fetch-depth: 0
246-
- name: install dependencies
247-
run: ci/install-dependencies.sh
248-
- name: build check
249-
run: ci/run-build-and-tests.sh
250-
251-
clang8-x86_64:
252-
runs-on: ubuntu-20.04
253-
env:
254-
CC: clang-8
255-
TARGET: x86_64
256-
steps:
257-
- uses: actions/checkout@v5
258-
with:
259-
fetch-depth: 0
260-
- name: install dependencies
261-
run: ci/install-dependencies.sh
262-
- name: build check
263-
run: ci/run-build-and-tests.sh

0 commit comments

Comments
 (0)