From 22f66e76131e51e895663d83ac6b99694428e296 Mon Sep 17 00:00:00 2001 From: bamzest <> Date: Tue, 23 Dec 2025 10:28:34 +0800 Subject: [PATCH] ci: update macOS runner versions for better stability - Update macOS x86 runner from macos-13 to macos-15-intel - Update macOS ARM runner from macos-14 to macos-latest - Ensures compatibility with latest GitHub Actions runner infrastructure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 017061feac..62e0c47191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,10 +59,10 @@ jobs: include: - arch: x86 artifact: subconverter_darwin64 - os: macos-13 + os: macos-15-intel - arch: arm artifact: subconverter_darwinarm - os: macos-14 + os: macos-latest runs-on: ${{ matrix.os }} name: macOS ${{ matrix.arch }} Build steps: