diff options
| author | ruki <[email protected]> | 2021-07-17 23:41:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-17 23:41:24 +0800 |
| commit | cfa968cc6d43d555c03b175449a976626949c714 (patch) | |
| tree | 4737c02714d518a183d5d434a351181f5ef845b4 | |
| parent | 744760531f30cc2aad42e4786c027f975ce96106 (diff) | |
improve ci
| -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 |
