From 350ffced13bb5415f5af31ac598d05d0a0254562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 20 Sep 2025 23:49:51 +0800 Subject: [PATCH] CI: upgrades runner of intel macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cadbaffb..f0fd4973d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,7 +314,7 @@ jobs: matrix: include: - arch: amd64 - runs-on: macos-13 + runs-on: macos-15-intel - arch: aarch64 runs-on: macos-latest steps: