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 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-12-01 11:15:00 +01:00 committed by Alan C. Assis
parent 0f8bca6d8f
commit f000ed733f

View file

@ -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: