Skip to content

Commit 7a71569

Browse files
committed
workflows: replace Ubuntu 18.04 with 22.04
18.04 is out of regular maintenance.
1 parent 7d87d83 commit 7a71569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
baseimage: ['debian:bullseye', 'ubuntu:18.04', 'ubuntu:20.04']
24+
baseimage: ['debian:bullseye', 'ubuntu:20.04', 'ubuntu:22.04']
2525
steps:
2626
- run: sudo apt-get -qq update
2727
- name: Install libsystemd-dev

0 commit comments

Comments
 (0)