Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 6a3c400

Browse files
committed
Try older Windows
1 parent 768f9a2 commit 6a3c400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
# - ubuntu-latest
2121
# - macos-latest
22-
- windows-latest
22+
- windows-2019
2323
node:
2424
- 14
2525
- 16
@@ -52,7 +52,7 @@ jobs:
5252
os:
5353
- ubuntu-latest
5454
- macos-latest
55-
- windows-latest
55+
- windows-2019
5656
fail-fast: false
5757
name: Prebuild on ${{ matrix.os }}
5858
runs-on: ${{ matrix.os }}
@@ -96,7 +96,7 @@ jobs:
9696
os:
9797
- ubuntu-latest
9898
- macos-latest
99-
- windows-latest
99+
- windows-2019
100100
fail-fast: false
101101
name: Prebuild on ${{ matrix.os }}
102102
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)