From 7c91fc2bb70f09edfbf72c96c545e8debe51aa2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Nov 2020 13:34:19 +0530 Subject: [PATCH] RUN CI on windows-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94e46956e0..98838f7d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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