From cfa968cc6d43d555c03b175449a976626949c714 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 17 Jul 2021 23:41:24 +0800 Subject: improve ci --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 69daa9178..fce3236a6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,9 +10,10 @@ jobs: build: strategy: matrix: + os: [windows-latest, windows-2016] arch: [x64, x86] - runs-on: windows-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 -- cgit v1.3.1