Skip to content

Commit 2ee5f80

Browse files
authored
Update Electron job to use latest OS version
1 parent 006c35b commit 2ee5f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-run-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
npm-run-electron:
19-
runs-on: ${{ matrix.os }}
19+
runs-on: ${{ matrix.os }}-latest
2020
env:
2121
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
2222
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder

0 commit comments

Comments
 (0)