From fba02d89ceeb6f526045c91a7b95ca33a253376a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Fri, 8 Jan 2021 11:00:47 -0500 Subject: [PATCH] ENH: update to latest CI from Module Template --- .github/workflows/build-test-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index ae53474..5ef0c28 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.2rc01" + itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885" cmake-build-type: "MinSizeRel" - os: windows-2019 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "v5.2rc01" + itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885" cmake-build-type: "Release" - os: macos-10.15 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "v5.2rc01" + itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885" cmake-build-type: "MinSizeRel" steps: