ci: 恢复 GitHub Actions macOS 构建

This commit is contained in:
小鱼开发
2026-05-21 10:55:43 +08:00
parent 30396543ee
commit 71bad49710
+1 -1
View File
@@ -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