Skip to content

Commit 710229e

Browse files
committed
fixed #14686 - CI-unixish-docker.yml: use ubuntu:26.04 as latest instead of ubuntu:25.10
1 parent 23cc32e commit 710229e

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
@@ -24,7 +24,7 @@ jobs:
2424
- image: "ubuntu:24.04"
2525
with_gui: true
2626
full_build: true
27-
- image: "ubuntu:25.10"
27+
- image: "ubuntu:26.04"
2828
with_gui: true
2929
full_build: true
3030
- image: "alpine:3.23"

0 commit comments

Comments
 (0)