RUN CI on windows-latest

This commit is contained in:
Kovid Goyal 2020-11-06 13:34:19 +05:30
parent 2a32858cdd
commit 7c91fc2bb7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2016]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout source code
uses: actions/checkout@master