From 4ecfe95295eb203ba771f344f52c8e61527a4c05 Mon Sep 17 00:00:00 2001 From: Steve C Date: Fri, 18 Oct 2024 05:43:30 -0400 Subject: [PATCH] Update to macOS14 runner image (#13728) Co-authored-by: Micha Reiser --- .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 91ccc529dc..aa65037cae 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -63,7 +63,7 @@ jobs: macos-x86_64: if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: