From 7ab4b8d2ebe70ceeb0700061995f04439d8b697f Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 19 Feb 2026 13:43:09 -0700 Subject: [PATCH] Updated the macOS x86_64 GitHub Actions job to use runs-on: macos-15-intel instead of macos-13, which addresses unsupported macOS runner configuration issues. --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index dd692142..ccce5a20 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -93,7 +93,7 @@ jobs: retention-days: 14 macos_build_x86_64: - runs-on: macos-13 + runs-on: macos-15-intel steps: - uses: actions/checkout@v4