File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : Main Workflow
22on : [ push, pull_request ]
33env :
4- LLVM_VERSION : 15
4+ LLVM_VERSION : 19
55jobs :
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' ]
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'
You can’t perform that action at this time.
0 commit comments