diff options
| author | sewn <sewn@disroot.org> | 2025-05-17 12:05:38 +0300 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-05-17 06:56:21 -0600 |
| commit | bef2261962ca3636531957baf0abe1503f8c4f97 (patch) | |
| tree | d9b0117c11759d6d8b62099aafc3be7d753968fc /.github/workflows | |
| parent | bb6bdfcc554afa94006e37596c410b446de75554 (diff) | |
| download | vis-bef2261962ca3636531957baf0abe1503f8c4f97.tar.gz vis-bef2261962ca3636531957baf0abe1503f8c4f97.tar.xz | |
ci: drop ubuntu-20.04, deprecated
Github CI ubuntu-20.04 runner image deprecated, seen in
https://github.com/actions/runner-images/issues/11101
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 5 |
1 files changed, 1 insertions, 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 |
