ci: 恢复 GitHub Actions macOS 构建
This commit is contained in:
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
build-macos:
|
||||
name: Build macOS (Universal)
|
||||
if: false # 临时禁用 macOS 构建,只构建 Windows
|
||||
if: ${{ github.event_name == 'push' || inputs.platform == 'all' || inputs.platform == 'macos' }}
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user