Skip to content

Commit e46972e

Browse files
committed
Drop Ubuntu 20.04 from GitHub Actions
This patch removes Ubuntu 20.04 (Focal Fossa) from the supported platforms, since GitHub announced its deprecation in GitHub Actions. It became fully unsupported since 2025-04-15, that was discovered by accident in precommit tests for #75. Follows up actions/runner-images#11101 Signed-off-by: Igor Munkin <imun@cpan.org>
1 parent 0806181 commit e46972e

File tree

4 files changed

+2
-27
lines changed

4 files changed

+2
-27
lines changed

.github/bootstrap/build-depends-20-04

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/bootstrap/test-depends-20-04

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
NAME: Luacheck
4848
- LINTER: flake8
4949
NAME: Flake8
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-22.04
5151
name: ${{ matrix.NAME }}
5252
steps:
5353
- uses: actions/checkout@v3

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
BUILDTYPE: [Debug, Minimal, Release]
41-
DISTVER: [20.04, 22.04]
41+
DISTVER: [22.04]
4242
LIBTYPE: [shared, static]
4343
CC: [GCC, Clang]
4444
include:

0 commit comments

Comments
 (0)