Skip to content

Commit ac80720

Browse files
jhlegarretadzenanz
authored andcommitted
ENH: Switch Github Actions Linux environment
Switch Github Actions Linux environment version to `ubuntu-20.04`. `ubuntu-18.04` is being deprecated and support will end by 12/1/2022: actions/runner-images#6002 Related to recent warnings in the Azure Pipelines Linux environment being used in the main ITK repository: InsightSoftwareConsortium/ITK@497c3a7
1 parent bbe6703 commit ac80720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
build-publish-pdf:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-20.04
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)