Skip to content

Commit

Permalink
Fix CI to use Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Apr 23, 2021
1 parent a728f6d commit 432d457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-18.04, windows-2019, macos-10.15]
include:
- os: ubuntu-20.04
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2.0"
Expand Down

0 comments on commit 432d457

Please sign in to comment.