File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- ubuntu-22.04
30
30
- macos-13
31
31
- macos-14
32
- - windows-2019
32
+ - windows-2022
33
33
node :
34
34
- 20
35
35
- 22
91
91
os :
92
92
- macos-13
93
93
- macos-14
94
- - windows-2019
94
+ - windows-2022
95
95
name : Prebuild on ${{ matrix.os }}
96
96
runs-on : ${{ matrix.os }}
97
97
needs : test
@@ -107,7 +107,7 @@ jobs:
107
107
- run : npm install --ignore-scripts
108
108
- run : ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
109
109
- run : ${{ env.ELECTRON_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
110
- - if : matrix.os == 'windows-2019 '
110
+ - if : matrix.os == 'windows-2022 '
111
111
run : |
112
112
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
113
113
${{ env.NODE_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments