Skip to content

Commit 04eef14

Browse files
authored
Merge pull request #110 from thewtex/ubuntu-20.04
2 parents ecf6384 + d102419 commit 04eef14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
os: [ubuntu-18.04, windows-2019, macos-10.15]
11+
os: [ubuntu-20.04, windows-2019, macos-10.15]
1212
include:
13-
- os: ubuntu-18.04
13+
- os: ubuntu-20.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
1616
itk-git-tag: "v5.2.1"

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
os: [ubuntu-18.04, windows-2019, macos-10.15]
11+
os: [ubuntu-20.04, windows-2019, macos-10.15]
1212
include:
13-
- os: ubuntu-18.04
13+
- os: ubuntu-20.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
1616
itk-git-tag: "v5.2.1"
@@ -257,7 +257,7 @@ jobs:
257257
- build-linux-python-packages
258258
- build-macos-python-packages
259259
- build-windows-python-packages
260-
runs-on: ubuntu-18.04
260+
runs-on: ubuntu-20.04
261261

262262
steps:
263263
- name: Download Python Packages

0 commit comments

Comments
 (0)