Update pythonpackage.yml

This commit is contained in:
Jay Lee
2019-09-05 13:54:05 -04:00
committed by GitHub
parent c1521bfa3f
commit a659d5fada

View File

@@ -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 }}