Skip to content

Commit

Permalink
Setting release.yml file (Linux removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jossydeleon committed Mar 7, 2024
1 parent 3c816e6 commit 6e9830f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
os: [
{ name: "windows", image: "windows-latest" },
{ name: "macos", image: "macos-latest" },
# { name: "linux", image: "ubuntu-latest" },
{ name: "windows", image: "windows-latest" },
]

runs-on: ${{ matrix.os.image }}
Expand Down

0 comments on commit 6e9830f

Please sign in to comment.