Skip to content

Commit 9d1bb5a

Browse files
authored
CI-unixish-docker.yml: use ubuntu:23.04 in build_make (#5373)
Forgot to update this in #4992.
1 parent 276f017 commit 9d1bb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-unixish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
strategy:
9393
matrix:
94-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:22.10"]
94+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.04"]
9595
fail-fast: false # Prefer quick result
9696

9797
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)