Skip to content

Commit 237d7bf

Browse files
committed
tmp
1 parent 372fec1 commit 237d7bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nextron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
include:
1818
- platform: linux
19-
os: "ubuntu-18.04"
19+
os: "ubuntu-latest"
2020
- platform: windows
21-
os: "windows-2019"
21+
os: "windows-latest"
2222
- platform: mac
23-
os: "macos-10.15"
23+
os: "macos-latest"
2424
runs-on: ${{ matrix.os }}
2525
needs: authorize
2626
steps:

0 commit comments

Comments
 (0)