From 748bd19a2e6701412ea2873cbd105ef577228c01 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 31 Oct 2025 20:37:26 +0100 Subject: [PATCH] Update macOS runner --- .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 1530dfcb..8c5b5915 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,7 +208,7 @@ jobs: - platform: macOS arm64 runner: macos-latest - platform: macOS x86_64 - runner: macos-13 + runner: macos-15-intel - platform: Android x86_64 runner: ubuntu-24.04 abi: x86_64 @@ -404,7 +404,7 @@ jobs: - platform: macOS arm64 runner: macos-latest - platform: macOS x86_64 - runner: macos-13 + runner: macos-15-intel steps: - name: Checkout Source uses: actions/checkout@v5