updated latest ubuntu version to 21.10 / updated to clang-tidy-13 (#3… · codingman/cppcheck@70dcc95 · GitHub
Skip to content

Commit 70dcc95

Browse files
authored
updated latest ubuntu version to 21.10 / updated to clang-tidy-13 (cppcheck-opensource#3494)
1 parent cc1a188 commit 70dcc95

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion

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

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

1010
strategy:
1111
matrix:
12-
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:21.04"]
12+
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:21.10"]
1313
fail-fast: false # Prefer quick result
1414

1515
runs-on: ubuntu-20.04
@@ -35,7 +35,7 @@ jobs:
3535
3636
# tests require CMake 3.4
3737
- name: Test CMake build (no tests)
38-
if: matrix.image != 'ubuntu:21.04'
38+
if: matrix.image != 'ubuntu:21.10'
3939
run: |
4040
mkdir cmake.output
4141
cd cmake.output
@@ -44,7 +44,7 @@ jobs:
4444
cd ..
4545
4646
- name: Test CMake build
47-
if: matrix.image == 'ubuntu:21.04'
47+
if: matrix.image == 'ubuntu:21.10'
4848
run: |
4949
mkdir cmake.output
5050
cd cmake.output

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111

1212
container:
13-
image: "ubuntu:21.04"
13+
image: "ubuntu:21.10"
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
2424
apt-get install -y software-properties-common
2525
add-apt-repository universe
2626
apt-get update
27-
apt-get install -y clang-tidy-12
27+
apt-get install -y clang-tidy-13
2828
2929
# uses "sudo" internally which is not available on docker by default
3030
#- name: Install Qt

cmake/clang_tidy.cmake

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)