diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 1692036..12f1114 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -13,17 +13,17 @@ jobs: - os: ubuntu-18.04 c-compiler: "gcc" cxx-compiler: "g++" - itk-git-tag: "v5.2.0" + itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" cmake-build-type: "MinSizeRel" - os: windows-2019 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "v5.2.0" + itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" cmake-build-type: "Release" - os: macos-10.15 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "v5.2.0" + itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" cmake-build-type: "MinSizeRel" steps: