Skip to content

Commit aa6361f

Browse files
committed
ENH: Set to v5.4.2 for ITK tag
Custom build enviornment for PerformanceTesting
1 parent 43b11a6 commit aa6361f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
- os: ubuntu-24.04
2222
c-compiler: "gcc"
2323
cxx-compiler: "g++"
24-
itk-git-tag: "v6.0a02"
24+
itk-git-tag: "v5.4.2"
2525
cmake-build-type: "MinSizeRel"
2626
- os: windows-2022
2727
c-compiler: "cl.exe"
2828
cxx-compiler: "cl.exe"
29-
itk-git-tag: "v6.0a02"
29+
itk-git-tag: "v5.4.2"
3030
cmake-build-type: "Release"
3131
- os: macos-10.15
3232
c-compiler: "clang"
3333
cxx-compiler: "clang++"
34-
itk-git-tag: "v6.0a02"
34+
itk-git-tag: "v5.4.2"
3535
cmake-build-type: "MinSizeRel"
3636

3737
steps:

0 commit comments

Comments
 (0)