Skip to content

Commit 4422040

Browse files
committed
Specify explicitly Ubuntu version as there is no python 3.5, 3.6 in the latest
1 parent 41e5b5e commit 4422040

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
14+
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
1515

1616
steps:
1717
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)