Skip to content

Commit 468779f

Browse files
authored
Update the Windows runner on build workflow to windows-2022 (#1388)
1 parent 0380025 commit 468779f

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
@@ -29,7 +29,7 @@ jobs:
2929
- ubuntu-22.04
3030
- macos-13
3131
- macos-14
32-
- windows-2019
32+
- windows-2022
3333
node:
3434
- 20
3535
- 22
@@ -91,7 +91,7 @@ jobs:
9191
os:
9292
- macos-13
9393
- macos-14
94-
- windows-2019
94+
- windows-2022
9595
name: Prebuild on ${{ matrix.os }}
9696
runs-on: ${{ matrix.os }}
9797
needs: test
@@ -107,7 +107,7 @@ jobs:
107107
- run: npm install --ignore-scripts
108108
- run: ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
109109
- run: ${{ env.ELECTRON_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
110-
- if: matrix.os == 'windows-2019'
110+
- if: matrix.os == 'windows-2022'
111111
run: |
112112
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
113113
${{ env.NODE_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)