@@ -16,26 +16,26 @@ jobs:
1616 - os : ubuntu-18.04
1717 c-compiler : " gcc"
1818 cxx-compiler : " g++"
19- itk-git-tag : " 60c2920599013d20293432902cb9d775eb87d0b2 "
19+ itk-git-tag : " v5.2.0 "
2020 cmake-build-type : " MinSizeRel"
2121 - os : windows-2019
2222 c-compiler : " cl.exe"
2323 cxx-compiler : " cl.exe"
24- itk-git-tag : " 60c2920599013d20293432902cb9d775eb87d0b2 "
24+ itk-git-tag : " v5.2.0 "
2525 cmake-build-type : " Release"
2626 - os : macos-10.15
2727 c-compiler : " clang"
2828 cxx-compiler : " clang++"
29- itk-git-tag : " 60c2920599013d20293432902cb9d775eb87d0b2 "
29+ itk-git-tag : " v5.2.0 "
3030 cmake-build-type : " MinSizeRel"
3131
3232 steps :
3333 - uses : actions/checkout@v1
3434
35- - name : Set up Python 3.7
36- uses : actions/setup-python@v1
35+ - name : Set up Python 3.8
36+ uses : actions/setup-python@v2
3737 with :
38- python-version : 3.7
38+ python-version : 3.8
3939
4040 - name : Install build dependencies
4141 run : |
@@ -169,13 +169,13 @@ jobs:
169169 pytest .
170170
171171 build-linux-python-packages :
172- runs-on : ubuntu-18 .04
172+ runs-on : ubuntu-20 .04
173173 strategy :
174174 max-parallel : 2
175175 matrix :
176176 python-version : [36, 37, 38, 39]
177177 include :
178- - itk-python-git-tag : " v5.2rc03 "
178+ - itk-python-git-tag : " v5.2.0 "
179179
180180 steps :
181181 - uses : actions/checkout@v2
@@ -222,7 +222,7 @@ jobs:
222222 max-parallel : 2
223223 matrix :
224224 include :
225- - itk-python-git-tag : " v5.2rc03 "
225+ - itk-python-git-tag : " v5.2.0 "
226226
227227 steps :
228228 - uses : actions/checkout@v2
0 commit comments