fix: remove darwin build

This commit is contained in:
手瓜一十雪 2024-04-28 00:02:26 +08:00 committed by GitHub
parent 3aef75085f
commit 768bac1db8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target_platform: [linux,darwin]
target_platform: [linux]
target_arch: [x64, arm64]
steps:
- name: Clone Main Repository