Fix windows build

This commit is contained in:
Regen
2019-12-23 01:47:07 +09:00
parent 06f7a4669d
commit e73b0bab0f
3 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python: [3.6, 3.7, 3.8]
os: [ubuntu-18.04, windows-latest]
os: [ubuntu-18.04, windows-2016]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python }}