From bef2261962ca3636531957baf0abe1503f8c4f97 Mon Sep 17 00:00:00 2001 From: sewn Date: Sat, 17 May 2025 12:05:38 +0300 Subject: ci: drop ubuntu-20.04, deprecated Github CI ubuntu-20.04 runner image deprecated, seen in https://github.com/actions/runner-images/issues/11101 --- .github/workflows/ubuntu.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1d6fc65..9d2d9e5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -6,9 +6,6 @@ jobs: build: strategy: matrix: - os: - - ubuntu-latest - - ubuntu-20.04 config: - "" - --disable-curses @@ -17,7 +14,7 @@ jobs: - --disable-selinux - --disable-acl - --disable-help - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest env: CFLAGS_EXTRA: --coverage LDFLAGS_EXTRA: --coverage -- cgit v1.2.3