aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2025-05-17 12:05:38 +0300
committerRandy Palamar <randy@rnpnr.xyz>2025-05-17 06:56:21 -0600
commitbef2261962ca3636531957baf0abe1503f8c4f97 (patch)
treed9b0117c11759d6d8b62099aafc3be7d753968fc /.github/workflows/ubuntu.yml
parentbb6bdfcc554afa94006e37596c410b446de75554 (diff)
downloadvis-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/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml5
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