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