Skip to content

Commit 73c5a18

Browse files
committed
Fix "Version 3.7 with arch x64 not found" error
1 parent d26aa07 commit 73c5a18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@ jobs:
1414
include:
1515
- python: "3.6"
1616
env: py36-django11
17-
os: ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
17+
os: ubuntu-20.04 # 3.6 is not available on ubuntu-latest
1818
- python: "3.7"
1919
env: py37-django11
20+
os: ubuntu-20.04 # 3.7 is not available on ubuntu-latest
2021
- python: "3.8"
2122
env: py38-django11
2223

2324
- python: "3.6"
2425
env: py36-django21
25-
os: ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
26+
os: ubuntu-20.04 # 3.6 is not available on ubuntu-latest
2627
- python: "3.8"
2728
env: py38-django21
2829
- python: "3.9"
2930
env: py39-django21
3031

3132
- python: "3.6"
3233
env: py36-django32
33-
os: ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
34+
os: ubuntu-20.04 # 3.6 is not available on ubuntu-latest
3435
- python: "3.8"
3536
env: py38-django32
3637
- python: "3.10"

0 commit comments

Comments
 (0)