Skip to content

Commit 507d5e8

Browse files
authored
Update OS versions in GitHub Actions workflow
1 parent 534b34a commit 507d5e8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-and-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ on:
2929

3030
jobs:
3131
test-and-upload:
32-
runs-on: ${{ matrix.os }}-latest
32+
runs-on: ${{ matrix.os }}
3333
env:
3434
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
3535
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
3636
strategy:
3737
fail-fast: false
3838
matrix:
3939
os:
40-
- windows
41-
- ubuntu
40+
- windows-latest
41+
- ubuntu-latest
4242
# - ubuntu-24.04-arm
43-
- macos
43+
- macos-latest
4444
node:
4545
- 22
4646
steps:

0 commit comments

Comments
 (0)