This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new f000ed733 workflows/build.yml: macOS Workflow updated to macos-15-intel
f000ed733 is described below

commit f000ed733fc749004cbf0922fbf036abedbe91cf
Author: simbit18 <[email protected]>
AuthorDate: Mon Dec 1 11:15:00 2025 +0100

    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 <[email protected]>
---
 .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:

Reply via email to