Skip to content

Commit 728e45f

Browse files
committed
CI-unixish-docker.yml: updated latest ubuntu to 23.10 [skip ci]
1 parent 9329772 commit 728e45f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.04"]
22+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.10"]
2323
fail-fast: false # Prefer quick result
2424

2525
runs-on: ubuntu-22.04
@@ -98,7 +98,7 @@ jobs:
9898

9999
strategy:
100100
matrix:
101-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.04"]
101+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.10"]
102102
fail-fast: false # Prefer quick result
103103

104104
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)