diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 9f846aa..1600136 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -21,17 +21,17 @@ jobs: - os: ubuntu-24.04 c-compiler: "gcc" cxx-compiler: "g++" - itk-git-tag: "v6.0a02" + itk-git-tag: "v5.4.2" cmake-build-type: "MinSizeRel" - os: windows-2022 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "v6.0a02" + itk-git-tag: "v5.4.2" cmake-build-type: "Release" - os: macos-10.15 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "v6.0a02" + itk-git-tag: "v5.4.2" cmake-build-type: "MinSizeRel" steps: