Skip to content

Commit

Permalink
COMP: Fix FFT factory failures by using a newer ITK in CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 12, 2022
1 parent 5b77535 commit 4ed5b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "aec78197f53968c5f6f240d4699d9ea333d48cbe"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "aec78197f53968c5f6f240d4699d9ea333d48cbe"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
itk-git-tag: "aec78197f53968c5f6f240d4699d9ea333d48cbe"
cmake-build-type: "MinSizeRel"

steps:
Expand Down

0 comments on commit 4ed5b60

Please sign in to comment.