From ce57d15f370b77a7cbcc6eb9c12ffdd60ad629e6 Mon Sep 17 00:00:00 2001 From: Dan Bailey Date: Sat, 5 Sep 2026 18:42:56 -0700 Subject: [PATCH] Add Houdini 22.0, drop Houdini 20.5 from CI Signed-off-by: Dan Bailey --- .github/workflows/houdini.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/houdini.yml b/.github/workflows/houdini.yml index 00330e7fa1..9ba5cc5432 100644 --- a/.github/workflows/houdini.yml +++ b/.github/workflows/houdini.yml @@ -72,11 +72,11 @@ jobs: strategy: matrix: config: + - { cxx: clang++, image: '2026', hou_hash: '22_0', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } + - { cxx: clang++, image: '2026', hou_hash: '22_0', build: 'Debug', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } + - { cxx: g++, image: '2026', hou_hash: '22_0', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } - { cxx: clang++, image: '2026', hou_hash: '21_0', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } - - { cxx: clang++, image: '2026', hou_hash: '21_0', build: 'Debug', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } - { cxx: g++, image: '2026', hou_hash: '21_0', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } - - { cxx: clang++, image: '2024', hou_hash: '20_5', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } - - { cxx: g++, image: '2024', hou_hash: '20_5', build: 'Release', components: 'core,hou,bin,view,render,python,test,axcore,axbin,axtest' } fail-fast: false steps: - uses: actions/checkout@v3