Skip to content

Commit 6e9830f

Browse files
committed
Setting release.yml file (Linux removed)
1 parent 3c816e6 commit 6e9830f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [
12+
{ name: "windows", image: "windows-latest" },
1213
{ name: "macos", image: "macos-latest" },
1314
# { name: "linux", image: "ubuntu-latest" },
14-
{ name: "windows", image: "windows-latest" },
1515
]
1616

1717
runs-on: ${{ matrix.os.image }}

0 commit comments

Comments
 (0)