Skip to content

Commit 7ccfa63

Browse files
committed
ci: Move analysis to newer container, it was broken
Signed-off-by: Larry Gritz <[email protected]>
1 parent 61a4891 commit 7ccfa63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- desc: sonar gcc9/C++14 llvm13 py3.9 exr3.1 oiio2.3 avx2
4343
nametag: static-analysis-sonar
4444
os: ubuntu-latest
45-
vfxyear: 2022
46-
vfxsuffix: -clang13
47-
cxx_std: 14
48-
openimageio_ver: master
49-
python_ver: 3.9
50-
pybind11_ver: v2.9.0
45+
vfxyear: 2023
46+
vfxsuffix: -clang15
47+
cxx_std: 17
48+
openimageio_ver: main
49+
python_ver: "3.10"
50+
pybind11_ver: v2.10.0
5151
simd: avx2,f16c
5252
batched: b8_AVX2,b16_AVX512
5353
coverage: 1

0 commit comments

Comments
 (0)