Skip to content

Commit 21003d1

Browse files
Pin ubuntu version for github workflow to 20.04.
1 parent 344c286 commit 21003d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

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

1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Test
4848
run: make pytest
4949
lint:
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-20.04
5151
steps:
5252
- uses: actions/checkout@v2
5353
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)