We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e4284 commit cf0dc86Copy full SHA for cf0dc86
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -19,10 +19,10 @@ jobs:
19
20
strategy:
21
matrix:
22
- image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.10"]
+ image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04"]
23
include:
24
- build_gui: false
25
- - image: "ubuntu:23.10"
+ - image: "ubuntu:24.04"
26
build_gui: true
27
fail-fast: false # Prefer quick result
28
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
runs-on: ubuntu-22.04
0 commit comments