Skip to content

Commit 4fffc0e

Browse files
committed
Use earlier image
1 parent eb0fb68 commit 4fffc0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

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

1010
jobs:
1111
build-and-test:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
1515
python-version:
@@ -36,7 +36,7 @@ jobs:
3636
run: sudo PATH=$PATH coverage run setup.py test
3737

3838
release:
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-20.04
4040
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
4141
needs:
4242
- build-and-test

0 commit comments

Comments
 (0)