Skip to content

Commit f09b2e5

Browse files
authored
housekeeping: pin ubuntu to 20.04 for python 3.6
Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6. See: actions/setup-python#544 rwth-i6/returnn#1226
1 parent 7f6fa16 commit f09b2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
3131
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
3232
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
33-
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
33+
- {name: '3.6', python: '3.6', os: ubuntu-20.04, tox: py36}
3434
steps:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)