From f000ed733fc749004cbf0922fbf036abedbe91cf Mon Sep 17 00:00:00 2001 From: simbit18 Date: Mon, 1 Dec 2025 11:15:00 +0100 Subject: [PATCH] workflows/build.yml: macOS Workflow updated to macos-15-intel The macOS 13 runner image will be retired by December 4th, 2025. To raise awareness of the upcoming removal, jobs using macOS 13 will temporarily fail during the scheduled brownout time periods defined below: November 4, 14:00 UTC to November 5, 00:00 UTC November 11, 14:00 UTC to November 12, 00:00 UTC November 18, 14:00 UTC to November 19, 00:00 UTC November 25, 14:00 UTC to November 26, 00:00 UTC https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Signed-off-by: simbit18 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7085285b..ab5cd6875 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,7 +248,7 @@ jobs: macOS: permissions: contents: none - runs-on: macos-13 + runs-on: macos-15-intel needs: macOS-Arch if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }} strategy: