Skip to content

Commit 3c816e6

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-electron.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
os:
12-
[
11+
os: [
1312
{ name: "macos", image: "macos-latest" },
14-
{ name: "linux", image: "ubuntu-latest" },
13+
# { name: "linux", image: "ubuntu-latest" },
1514
{ name: "windows", image: "windows-latest" },
1615
]
1716

0 commit comments

Comments
 (0)