From 38162638785cd5d621219ff5ec9362c2b39f7c5a Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 18 Dec 2025 14:10:15 +0800 Subject: [PATCH] CI deprecated `macos-13` --- .github/workflows/build-on-macOS.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-on-macOS.yml b/.github/workflows/build-on-macOS.yml index e722cbf..09c4155 100644 --- a/.github/workflows/build-on-macOS.yml +++ b/.github/workflows/build-on-macOS.yml @@ -4,7 +4,7 @@ # Contributors : Nul None # | # Created On : <2023-09-15> -# Last Modified : <2025-09-12> +# Last Modified : <2025-12-18> # # Build chsrc on macOS and upload it to GitHub: the 'pre' release # --------------------------------------------------------------- @@ -48,7 +48,9 @@ jobs: on-x64: - runs-on: macos-13 # macos-14 is AArch64(ARMv8-A) + # macos-13 是 x64,macos-14 是 AArch64(ARMv8-A) + # 但是 macos-13 已经于 2025-12-04 下线 + runs-on: macos-15-intel steps: - name: 检出代码