From 8a37d1b2c4e1e7f4aab0b8d407f1bb98e7d471ba Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 18 Oct 2024 08:36:41 -0500 Subject: [PATCH] Run release builds for `macos-x86_64` on `macos-14` runners --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 2b213c41a7f4..28d8c770dbc3 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -64,7 +64,7 @@ jobs: macos-x86_64: if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} - runs-on: macos-13-large + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: