From 04a46108f3bff3f06671018036949dd90fd84d69 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Sat, 5 Jul 2025 08:08:50 +0800 Subject: [PATCH] =?UTF-8?q?build(ci):=E6=9B=B4=E6=96=B0GitHubActions?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 'App' 任务重命名为 'go-stock-darwin-universal' - 更新平台配置为 'darwin/universal'- 保持操作系统为 'macos-latest' --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9aabc88..8e329c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: # - name: 'go-stock-linux-amd64' # platform: 'linux/amd64' # os: 'ubuntu-latest' - - name: 'App' + - name: 'go-stock-darwin-universal' platform: 'darwin/universal' os: 'macos-latest'