We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu:24.10
1 parent 2b2515f commit 8cfb14cCopy full SHA for 8cfb14c
1 file changed
.github/workflows/CI-unixish-docker.yml
@@ -20,13 +20,11 @@ jobs:
20
21
strategy:
22
matrix:
23
- image: ["ubuntu:24.04", "ubuntu:24.10"]
+ image: ["ubuntu:24.04"]
24
include:
25
- build_gui: false
26
- image: "ubuntu:24.04"
27
build_gui: true
28
- - image: "ubuntu:24.10"
29
- build_gui: true
30
fail-fast: false # Prefer quick result
31
32
runs-on: ubuntu-22.04
@@ -84,7 +82,7 @@ jobs:
84
82
85
83
86
87
88
89
90
0 commit comments