Change runs-on
This commit is contained in:
parent
b5639154b6
commit
336c8ff62d
@ -6,10 +6,10 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build_test:
|
build_test:
|
||||||
runs-on: linux
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7]
|
python-version: [3.9, 3.10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user