From 50383c23658e32c0f1b3a4eda865693b56eba28c Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 21 Nov 2025 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20=E5=B0=9D=E8=AF=95macos-latest?= =?UTF-8?q?=E6=9E=84=E5=BB=BAarm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 59ef7181..0fba03ae 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -15,6 +15,9 @@ jobs: - platform: macos-15-intel args: "--target aarch64-apple-darwin --debug" target: "macos-arm" + - platform: macos-latest + args: "--target aarch64-apple-darwin --debug" + target: "macos-arm" runs-on: ${{ matrix.settings.platform }} steps: