Skip to content

Commit

Permalink
CI-unixish-docker.yml: updated latest ubuntu to 24.04 (#6363)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 29, 2024
1 parent d3e4284 commit cf0dc86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

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

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

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

runs-on: ubuntu-22.04
Expand Down

0 comments on commit cf0dc86

Please sign in to comment.