Skip to content

Commit

Permalink
💚 自动构建脚本测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hczs committed Oct 10, 2023
1 parent bfdcd30 commit 559920b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# mac and windows
strategy:
matrix:
os: [windows-latest, macOS-12]
os: [windows-latest]

steps:
- name: Check out git repository
Expand All @@ -29,7 +29,6 @@ jobs:
- name: Upload file
uses: actions/upload-artifact@v2

with:
name: kafka-desktop
path: release

0 comments on commit 559920b

Please sign in to comment.