mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 13:11:37 +00:00
Update pythonpackage.yml
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macOS-10.13]
|
||||
python-version: [3.5, 3.6, 3.7]
|
||||
os: [ubuntu-latest, ubuntu-12.04, ubuntu-14.04, ubuntu-16.04, windows-latest, macOS-latest, macOS-10.12]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up $(( matrix.runs-on )) Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user