|
8 | 8 | strategy: |
9 | 9 | max-parallel: 3 |
10 | 10 | matrix: |
11 | | - os: [ubuntu-18.04, windows-2019, macos-10.15] |
| 11 | + os: [ubuntu-20.04, windows-2019, macos-10.15] |
12 | 12 | include: |
13 | | - - os: ubuntu-18.04 |
| 13 | + - os: ubuntu-20.04 |
14 | 14 | c-compiler: "gcc" |
15 | 15 | cxx-compiler: "g++" |
16 | | - itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" |
| 16 | + itk-git-tag: "v5.3rc03" |
17 | 17 | cmake-build-type: "MinSizeRel" |
18 | 18 | - os: windows-2019 |
19 | 19 | c-compiler: "cl.exe" |
20 | 20 | cxx-compiler: "cl.exe" |
21 | | - itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" |
| 21 | + itk-git-tag: "v5.3rc03" |
22 | 22 | cmake-build-type: "Release" |
23 | 23 | - os: macos-10.15 |
24 | 24 | c-compiler: "clang" |
25 | 25 | cxx-compiler: "clang++" |
26 | | - itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe" |
| 26 | + itk-git-tag: "v5.3rc03" |
27 | 27 | cmake-build-type: "MinSizeRel" |
28 | 28 |
|
29 | 29 | steps: |
30 | | - - uses: actions/checkout@v1 |
| 30 | + - uses: actions/checkout@v2 |
31 | 31 |
|
32 | | - - name: Set up Python 3.7 |
33 | | - uses: actions/setup-python@v1 |
| 32 | + - name: Set up Python 3.8 |
| 33 | + uses: actions/setup-python@v2 |
34 | 34 | with: |
35 | | - python-version: 3.7 |
| 35 | + python-version: 3.8 |
36 | 36 |
|
37 | 37 | - name: Install build dependencies |
38 | 38 | run: | |
|
83 | 83 | file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/" CTEST_SOURCE_DIRECTORY) |
84 | 84 | file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/../build" CTEST_BINARY_DIRECTORY) |
85 | 85 | set(dashboard_source_name "${GITHUB_REPOSITORY}") |
86 | | - if(ENV{GITHUB_REF} MATCHES "master") |
87 | | - set(branch "-master") |
| 86 | + if(ENV{GITHUB_REF} MATCHES "main") |
| 87 | + set(branch "-main") |
88 | 88 | set(dashboard_model "Continuous") |
89 | 89 | else() |
90 | 90 | set(branch "-${GITHUB_REF}") |
@@ -130,13 +130,13 @@ jobs: |
130 | 130 | shell: cmd |
131 | 131 |
|
132 | 132 | build-linux-python-packages: |
133 | | - runs-on: ubuntu-18.04 |
| 133 | + runs-on: ubuntu-20.04 |
134 | 134 | strategy: |
135 | 135 | max-parallel: 2 |
136 | 136 | matrix: |
137 | | - python-version: [36, 37, 38, 39] |
| 137 | + python-version: [37, 38, 39, 310] |
138 | 138 | include: |
139 | | - - itk-python-git-tag: "v5.2rc01" |
| 139 | + - itk-python-git-tag: "v5.3rc03" |
140 | 140 |
|
141 | 141 | steps: |
142 | 142 | - uses: actions/checkout@v2 |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | max-parallel: 2 |
173 | 173 | matrix: |
174 | 174 | include: |
175 | | - - itk-python-git-tag: "v5.2rc01" |
| 175 | + - itk-python-git-tag: "v5.3rc03" |
176 | 176 |
|
177 | 177 | steps: |
178 | 178 | - uses: actions/checkout@v2 |
@@ -206,9 +206,9 @@ jobs: |
206 | 206 | strategy: |
207 | 207 | max-parallel: 2 |
208 | 208 | matrix: |
209 | | - python-version-minor: [6, 7, 8, 9] |
| 209 | + python-version-minor: [7, 8, 9, 10] |
210 | 210 | include: |
211 | | - - itk-python-git-tag: "v5.2rc01" |
| 211 | + - itk-python-git-tag: "v5.3rc03" |
212 | 212 |
|
213 | 213 | steps: |
214 | 214 | - name: Get specific version of CMake, Ninja |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | - build-linux-python-packages |
258 | 258 | - build-macos-python-packages |
259 | 259 | - build-windows-python-packages |
260 | | - runs-on: ubuntu-18.04 |
| 260 | + runs-on: ubuntu-20.04 |
261 | 261 |
|
262 | 262 | steps: |
263 | 263 | - name: Download Python Packages |
|
0 commit comments