CI-unixish-docker.yml: use `ubuntu:23.04` in `build_make` (#5373)

Forgot to update this in #4992.
This commit is contained in:
Oliver Stöneberg 2023-08-29 17:47:57 +02:00 committed by GitHub
parent 276f017fbe
commit 9d1bb5a580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:22.10"]
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.04"]
fail-fast: false # Prefer quick result
runs-on: ubuntu-22.04