ci: build: bump ubuntu containers

This commit is contained in:
tobtoht
2026-04-02 21:00:04 +02:00
parent 6f3549d44a
commit 76405af311

View File

@@ -142,8 +142,8 @@ jobs:
matrix:
include:
# Most popular Ubuntu LTS version
- name: Ubuntu 22.04
container: ubuntu:22.04
- name: Ubuntu 24.04
container: ubuntu:24.04
container:
image: ${{ matrix.container }}
env:
@@ -182,8 +182,8 @@ jobs:
matrix:
include:
# Oldest supported Ubuntu LTS version
- name: Ubuntu 20.04
container: ubuntu:20.04
- name: Ubuntu 22.04
container: ubuntu:22.04
container:
image: ${{ matrix.container }}
env:
@@ -231,7 +231,7 @@ jobs:
name: "source archive"
runs-on: ubuntu-latest
container:
image: ubuntu:20.04
image: ubuntu:22.04
env:
DEBIAN_FRONTEND: noninteractive
steps: