We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b795e3e commit c13aa5bCopy full SHA for c13aa5b
.github/workflows/analysis.yml
@@ -42,12 +42,12 @@ jobs:
42
- desc: sonar gcc9/C++14 llvm13 py3.9 exr3.1 oiio2.3 avx2
43
nametag: static-analysis-sonar
44
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
+ vfxyear: 2023
+ vfxsuffix: -clang15
+ cxx_std: 17
+ openimageio_ver: main
+ python_ver: "3.10"
+ pybind11_ver: v2.10.0
51
simd: avx2,f16c
52
batched: b8_AVX2,b16_AVX512
53
coverage: 1
0 commit comments