Skip to content

Commit 87deba0

Browse files
Adrien Boucauddzenanz
authored andcommitted
ENH: Update CI for ITK 5.2rc03
1 parent ca5f688 commit 87deba0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
16+
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
21+
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "abd38d5a0040b9a8fbb0ad3127089dbb72a93342"
26+
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -137,7 +137,7 @@ jobs:
137137
matrix:
138138
python-version: [36, 37, 38, 39]
139139
include:
140-
- itk-python-git-tag: "v5.2rc01"
140+
- itk-python-git-tag: "v5.2rc03"
141141

142142
steps:
143143
- uses: actions/checkout@v2
@@ -173,7 +173,7 @@ jobs:
173173
max-parallel: 2
174174
matrix:
175175
include:
176-
- itk-python-git-tag: "v5.2rc01"
176+
- itk-python-git-tag: "v5.2rc03"
177177

178178
steps:
179179
- uses: actions/checkout@v2
@@ -209,7 +209,7 @@ jobs:
209209
matrix:
210210
python-version-minor: [6, 7, 8, 9]
211211
include:
212-
- itk-python-git-tag: "v5.2rc01"
212+
- itk-python-git-tag: "v5.2rc03"
213213

214214
steps:
215215
- name: Get specific version of CMake, Ninja

0 commit comments

Comments
 (0)