Skip to content

Commit e56d5a9

Browse files
committed
try to fix build win
1 parent cf04d76 commit e56d5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run transpile:electron && npm run build && npx electron-builder --mac --x64 --publish=always
3030

3131
build-windows:
32-
runs-on: windows-2019
32+
runs-on: windows-latest
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)