Update main.yml

This commit is contained in:
Ines Montani 2019-09-29 15:40:07 +02:00 committed by GitHub
parent eb2b60069e
commit b7913c8eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
platform: [ubuntu-16.04, macOS-10.14, windows-2016]
platform: [ubuntu-16.04, macOS-10.13, windows-2016]
python-version: [3.5, 3.6, 3.7]
runs-on: ${{ matrix.platform }}