Skip to content

Commit 4dce917

Browse files
authored
Update OS versions in GitHub Actions workflow
1 parent 507d5e8 commit 4dce917

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ on:
1515
jobs:
1616
# job 1
1717
build-and-upload:
18-
runs-on: ${{ matrix.os }}-latest
18+
runs-on: ${{ matrix.os }}
1919
env:
2020
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
2121
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
os:
26-
- windows
27-
- ubuntu
26+
- windows-latest
27+
- ubuntu-latest
2828
# - ubuntu-24.04-arm
29-
- macos
29+
- macos-latest
3030
node:
3131
- 22
3232
steps:

0 commit comments

Comments
 (0)