Skip to content

Commit

Permalink
CI-unixish-docker.yml: added ubuntu:24.10 (#6899)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Oct 10, 2024
1 parent c49b941 commit 20f8a74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:

strategy:
matrix:
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04"]
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04", "ubuntu:24.10"]
include:
- build_gui: false
- image: "ubuntu:24.04"
build_gui: true
- image: "ubuntu:24.10"
build_gui: true
fail-fast: false # Prefer quick result

runs-on: ubuntu-22.04
Expand Down Expand Up @@ -111,7 +113,7 @@ jobs:

strategy:
matrix:
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04"]
image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:24.04", "ubuntu:24.10"]
fail-fast: false # Prefer quick result

runs-on: ubuntu-22.04
Expand Down

0 comments on commit 20f8a74

Please sign in to comment.