Skip to content

Commit cd28a0b

Browse files
committed
using ubuntu-20.04 for runner as python 3.6 not supported with new latest ubuntu runner
1 parent 560a458 commit cd28a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on: [push]
55
jobs:
66
test:
77

8-
runs-on: "ubuntu-latest"
8+
runs-on: "ubuntu-20.04"
99
strategy:
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8.8", "3.9"]
11+
python-version: [3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)