diff options
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
