Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
- desc: gcc11
nametag: linux-vfx2024
os: ubuntu-latest
container: aswf/ci-osl:2024-clang17
container: aswf/ci-osl:2024-clang17.2
vfxyear: 2024
cxx_std: 17
- desc: clang17
nametag: linux-vfx2024-clang17
os: ubuntu-latest
container: aswf/ci-osl:2024-clang17
container: aswf/ci-osl:2024-clang17.2
vfxyear: 2024
cc_compiler: clang
cxx_compiler: clang++
Expand Down
Loading