Skip to content

Commit 0fc142c

Browse files
authored
CI-unixish-docker.yml: added ubuntu:22.10 (cppcheck-opensource#4562)
* CI-unixish-docker.yml: added `ubuntu:22.10` * CI-unixish-docker.yml: adjusted name of step
1 parent e046232 commit 0fc142c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04"]
15+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:22.10"]
1616
fail-fast: false # Prefer quick result
1717

1818
runs-on: ubuntu-22.04
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ github.workflow }}-${{ matrix.image }}
5353

5454
# tests require CMake 3.9 - no ccache available
55-
- name: CMake build (no tests)
55+
- name: CMake build (no tests / no ccache)
5656
if: matrix.image == 'ubuntu:14.04'
5757
run: |
5858
mkdir cmake.output
@@ -86,7 +86,7 @@ jobs:
8686

8787
strategy:
8888
matrix:
89-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04"]
89+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:22.10"]
9090
fail-fast: false # Prefer quick result
9191

9292
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)