From 66987c4c5dc93782de75e09f83198a5a326df4e1 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Mon, 8 Dec 2025 22:55:44 +0800 Subject: [PATCH 1/2] ci: use `macos-15-intel` The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046 --- .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 6ab13dc..fe8c918 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - os: macos-latest version: '1.0' include: - - os: macos-13 # Intel + - os: macos-15-intel # Intel version: '1.0' steps: - uses: actions/checkout@v6 From 4c08755ba7aa32d018d1ae365086bebb04f46888 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Mon, 8 Dec 2025 23:07:33 +0800 Subject: [PATCH 2/2] ci: fix CI.yml - remove dup `pull_request:` --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fe8c918..8aeb2ac 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,8 +7,7 @@ on: - master - main tags: ['*'] - pull_request: - workflow_dispatch: + workflow_dispatch: concurrency: # Skip intermediate builds: always.