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

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


The following commit(s) were added to refs/heads/master by this push:
     new 895213058b4 workflows/build.yml: Fix Skipping sim\windows in the MSVC 
job
895213058b4 is described below

commit 895213058b410df8324908be0b9fadeeaf8697df
Author: simbit18 <[email protected]>
AuthorDate: Tue Jun 2 18:05:44 2026 +0200

    workflows/build.yml: Fix Skipping sim\windows in the MSVC job
    
    Fix
    
    
====================================================================================
    Cmake in present: sim\windows
    Configuration/Tool: sim\windows
    2026-06-02 12:57:35
    
------------------------------------------------------------------------------------
      Cleaning...
      Skipping: sim\windows
    
------------------------------------------------------------------------------------
    End: 2026-06-02 12:57:35
    
====================================================================================
    
    The "windows-latest" and “windows-2025” labels in GitHub Actions will be 
migrated to use Visual Studio 2026 by default. Customers needing Visual Studio 
2022 must migrate to the windows-2022 image.
    
    https://github.com/actions/runner-images/issues/14017
    
    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 a220193dd2c..dd54ff06116 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -451,7 +451,7 @@ jobs:
   msvc:
     needs: msvc-Arch
     if: ${{ needs.msvc-Arch.outputs.skip_all_builds != '1' }}
-    runs-on: windows-latest
+    runs-on: windows-2022
     steps:
       - uses: actions/checkout@v6
       # Set up Python environment and install kconfiglib

Reply via email to