mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Add macOS and Windows environments for tests
This commit is contained in:
parent
bf7bd45f1c
commit
63b3a61ae4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
|
|
@ -5,9 +5,10 @@ on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue