mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
workflows/build.yml: Fix Skipping sim\windows in the MSVC job
Fix ==================================================================================== Cmake in present: sim\windows Configuration/Tool: sim\windows 2026-06-05 16:01:37 ------------------------------------------------------------------------------------ Cleaning... Skipping: sim\windows ------------------------------------------------------------------------------------ End: 2026-06-05 16:01:37 ==================================================================================== 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 <simbit18@gmail.com>
This commit is contained in:
parent
1d7d4fe67e
commit
0758631811
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -435,7 +435,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue