Skip to content

Commit bdf6ec7

Browse files
committed
GitHub workflows: retire Ubuntu 20.04
Ubuntu 20.04 workflows are automatically cancelled by GitHub since April 15th, 2025. Signed-off-by: Martin Wilck <mwilck@suse.com> (cherry picked from commit f253365)
1 parent 0517a33 commit bdf6ec7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/abi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
save-and-test-ABI:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- name: set ABI branch
2424
if: ${{ env.ABI_BRANCH == '' }}

.github/workflows/build-and-unittest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
run: rm -f tests/dmevents.out tests/directio.out
6868
- name: root-test
6969
run: sudo make DIO_TEST_DEV=/dev/zram$ZRAM test
70-
focal:
71-
runs-on: ubuntu-20.04
70+
noble:
71+
runs-on: ubuntu-24.04
7272
strategy:
7373
fail-fast: false
7474
matrix:
@@ -88,6 +88,7 @@ jobs:
8888
make pkg-config valgrind
8989
libdevmapper-dev libreadline-dev libaio-dev libsystemd-dev
9090
libudev-dev libjson-c-dev liburcu-dev libcmocka-dev libedit-dev
91+
libmount-dev linux-modules-extra-$(uname -r)
9192
- name: set CC
9293
run: echo CC=${{ matrix.cc }} >> $GITHUB_ENV
9394
- name: build

0 commit comments

Comments
 (0)