From 169608f8f28de1ae161247728d8fd3f9891d3ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Sun, 5 Apr 2026 11:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3mac=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 568ae07..28e697d 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -98,10 +98,10 @@ jobs: matrix: include: - arch: arm64 - os: macos-14 + os: macos-latest name: Apple Silicon - arch: x64 - os: macos-13 + os: macos-latest name: Intel runs-on: ${{ matrix.os }}