From f85b1d6eba2ee36752589df84c23760b56162196 Mon Sep 17 00:00:00 2001 From: Brad Heller Date: Mon, 5 Jan 2026 11:58:45 +0000 Subject: [PATCH] Apparently the older versions have been deprecated --- .github/workflows/build-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index faf52a45..0a4f2810 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -66,7 +66,7 @@ jobs: macos-x86_64: if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4.2.2 with: @@ -89,7 +89,7 @@ jobs: macos-aarch64: if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4.2.2 with: