Skip to content

Commit 372003b

Browse files
committed
Fix: more detail ubuntu version
1 parent 3daba5d commit 372003b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on: [push, pull_request]
33
jobs:
44

55
build:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
9-
python-version: ["3.6.7"]
9+
python-version: ["3.6"]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)