Skip to content

Commit cf0dc86

Browse files
authored
CI-unixish-docker.yml: updated latest ubuntu to 24.04 (#6363)
1 parent d3e4284 commit cf0dc86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.10"]
22+
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04"]
2323
include:
2424
- build_gui: false
25-
- image: "ubuntu:23.10"
25+
- image: "ubuntu:24.04"
2626
build_gui: true
2727
fail-fast: false # Prefer quick result
2828

@@ -92,7 +92,7 @@ jobs:
9292

9393
strategy:
9494
matrix:
95-
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.10"]
95+
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04"]
9696
fail-fast: false # Prefer quick result
9797

9898
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)