Skip to content

Commit 6947a93

Browse files
committed
Remove support for Ubuntu 20.04 in CI and build workflows
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
1 parent 9ae8b0d commit 6947a93

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
30+
os: [ubuntu-22.04, ubuntu-24.04]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -121,11 +121,6 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v4
123123

124-
- uses: actions/download-artifact@v4
125-
with:
126-
name: binaries-ubuntu-20.04
127-
path: ${{ env.DIST_DIR_NAME }}
128-
129124
- uses: actions/download-artifact@v4
130125
with:
131126
name: binaries-ubuntu-22.04

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
fail-fast: false
107107
matrix:
108-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
108+
os: [ubuntu-22.04, ubuntu-24.04]
109109
concurrency:
110110
group: ${{ github.event_name }}-${{ github.workflow }}-installer-${{ matrix.os }}
111111
cancel-in-progress: true

0 commit comments

Comments
 (0)