mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
0f8bca6d8f
commit
f000ed733f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue