We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf04d76 commit e56d5a9Copy full SHA for e56d5a9
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm run transpile:electron && npm run build && npx electron-builder --mac --x64 --publish=always
30
31
build-windows:
32
- runs-on: windows-2019
+ runs-on: windows-latest
33
steps:
34
- name: Checkout code
35
uses: actions/checkout@v4
0 commit comments