Skip to content

Commit

Permalink
fix:工作流去除linux系统 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwtesttt authored May 31, 2024
1 parent 9baebfe commit fd4e16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]
architecture: [amd64,arm64]

steps:
Expand Down

0 comments on commit fd4e16e

Please sign in to comment.