Skip to content

Commit ec8ceef

Browse files
committed
Github Actions: use ubuntu-20.04 instead of ubuntu-latest
ubuntu-latest is changing to ubuntu-22.04 with no Python 2.7 support anymore. actions/runner-images#6399
1 parent 154c9cc commit ec8ceef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nosetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
1010
python-version: [ '2.7', '3.6', '3.7', '3.8', '3.9' ]

0 commit comments

Comments
 (0)