Skip to content

Commit 94eb280

Browse files
committed
Update runner OS, Ubuntu to latest LTS version
1 parent 7de99a0 commit 94eb280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
python-style-checks:
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Check out repository
1818
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636

3737
build-and-deploy-pages:
3838
needs: python-style-checks
39-
runs-on: ubuntu-18.04
39+
runs-on: ubuntu-20.04
4040
steps:
4141
- name: Check out repository
4242
uses: actions/checkout@v2

0 commit comments

Comments
 (0)