Skip to content

Commit

Permalink
CI: use ubuntu-20.04, for Python 2.7 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Nov 18, 2022
1 parent a5a8533 commit 38ecab1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
tests/pycharm-inspect.py
base-tests:
runs-on: ubuntu-latest
# As long as we need Python 2.7 here in the test, we can only use up to Ubuntu 20.
# https://github.com/rwth-i6/returnn/issues/1226
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -170,7 +172,9 @@ jobs:
fi
tf-tests:
runs-on: ubuntu-latest
# As long as we want to test Python 2.7 here in the test, we can only use up to Ubuntu 20.
# https://github.com/rwth-i6/returnn/issues/1226
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 38ecab1

Please sign in to comment.