vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 7895ec3c848759899a55429308b54539145cf61f parent f88b0aab1f13172f25dc6b6e2ab8a5744f163993 Author: sewn <sewn@disroot.org> Date: Sat, 17 May 2025 12:05:38 +0300 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:
| M | .github/workflows/ubuntu.yml | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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