From 634e67cae652e506ca2c56a7bbfd644b99fa9602 Mon Sep 17 00:00:00 2001 From: shingyu Date: Wed, 23 Jul 2025 15:49:43 +0800 Subject: [PATCH] ci test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b817ff9..83279af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: #------------------------------------------------- build_windows_arm64: name: Build Windows (Arm64) - runs-on: windows-latest-arm64 # 使用 Arm64 运行器 + runs-on: windows-11-arm # 使用 Arm64 运行器 steps: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2