From 823fb92aafa0a24a35df60feb7e95b29873d9f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Tue, 23 Mar 2021 10:47:16 -0400 Subject: [PATCH] ENH: update CI to 5.2RC3+ Fixes Visual Studio 16.9 compile error: D:\a\ITKIOScanco\ITK\Modules\ThirdParty\OpenJPEG\src\openjpeg\opj_includes.h(106): error C2169: 'lrintf': intrinsic function, cannot be defined --- .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 f65b271..530a5fc 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.2rc03" + itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99" cmake-build-type: "MinSizeRel" - os: windows-2019 c-compiler: "cl.exe" cxx-compiler: "cl.exe" - itk-git-tag: "v5.2rc03" + itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99" cmake-build-type: "Release" - os: macos-10.15 c-compiler: "clang" cxx-compiler: "clang++" - itk-git-tag: "v5.2rc03" + itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99" cmake-build-type: "MinSizeRel" steps: