Skip to content

Commit b28049f

Browse files
update CI deps
1 parent ac65b6e commit b28049f

File tree

4 files changed

+282
-280
lines changed

4 files changed

+282
-280
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Checks: >-
1919
-bugprone-easily-swappable-parameters,
2020
-llvm-header-guard,
2121
-cert-dcl03-c,
22+
-boost-use-ranges,
2223
-hicpp-static-assert,
2324
-misc-static-assert,
2425
-modernize-macro-to-enum,

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Main Workflow
22
on: [ push, pull_request ]
33
env:
4-
LLVM_VERSION: 15
4+
LLVM_VERSION: 19
55
jobs:
66
debug:
77
if: github.event_name == 'push'
88
runs-on: ubuntu-latest
9-
container: ghcr.io/opencyphal/toolshed:ts22.4.10
9+
container: ghcr.io/opencyphal/toolshed:ts24.4.3
1010
strategy:
1111
matrix:
1212
toolchain: [ 'clang', 'gcc' ]
@@ -46,7 +46,7 @@ jobs:
4646
optimizations:
4747
if: github.event_name == 'push'
4848
runs-on: ubuntu-latest
49-
container: ghcr.io/opencyphal/toolshed:ts22.4.10
49+
container: ghcr.io/opencyphal/toolshed:ts24.4.3
5050
strategy:
5151
matrix:
5252
toolchain: [ 'clang', 'gcc' ]
@@ -123,7 +123,7 @@ jobs:
123123

124124
sonar:
125125
runs-on: ubuntu-latest
126-
container: ghcr.io/opencyphal/toolshed:ts22.4.10
126+
container: ghcr.io/opencyphal/toolshed:ts24.4.3
127127
if: >
128128
(
129129
(github.event_name == 'pull_request' || contains(github.ref, '/main') || contains(github.ref, '/release')) &&
@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-latest
177177
steps:
178178
- uses: actions/checkout@v4
179-
- uses: DoozyX/clang-format-lint-action@v0.17
179+
- uses: DoozyX/clang-format-lint-action@v0.20
180180
with:
181181
source: './libudpard ./tests'
182182
extensions: 'c,h,cpp,hpp'

0 commit comments

Comments
 (0)