Skip to content

Commit 4bf0e99

Browse files
committed
Fix CI
1 parent 770b6e9 commit 4bf0e99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
# As long as we need Python 2.7 here in the test, we can only use up to Ubuntu 20.
10+
# https://github.com/rwth-i6/returnn/issues/1226
11+
# 20.04 is a LTS with 2030 support EOL
12+
runs-on: ubuntu-20.04
1013
strategy:
1114
matrix:
1215
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']

0 commit comments

Comments
 (0)