Skip to content

Commit 411a3a7

Browse files
authored
refs #13788 - CI-unixish-docker.yml: removed ubuntu:24.10 (#7819)
the update repo currently isn't working and it also went EOL in July 2025
1 parent 2b2515f commit 411a3a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
image: ["ubuntu:24.04", "ubuntu:24.10"]
23+
image: ["ubuntu:24.04"]
2424
include:
2525
- build_gui: false
2626
- image: "ubuntu:24.04"
2727
build_gui: true
28-
- image: "ubuntu:24.10"
29-
build_gui: true
3028
fail-fast: false # Prefer quick result
3129

3230
runs-on: ubuntu-22.04
@@ -84,7 +82,7 @@ jobs:
8482

8583
strategy:
8684
matrix:
87-
image: ["ubuntu:24.04", "ubuntu:24.10"]
85+
image: ["ubuntu:24.04"]
8886
fail-fast: false # Prefer quick result
8987

9088
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)