Skip to content

Commit fe8b9c0

Browse files
Update tests.yml
Fix build failed based on the guideline: actions/setup-python#544 The issue seems to simply be that there is no available build of Python 3.6 from ubuntu-22.04
1 parent bc2e9a8 commit fe8b9c0

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
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717

18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919
strategy:
2020
matrix:
2121
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

0 commit comments

Comments
 (0)