Update NuttX and NuttX Apps references to releases/12.9 in workflow f… (#4148)

* Update NuttX and NuttX Apps references to releases/12.9 in workflow files
* Remove Kconfig modification step for NuttX in spec test workflow
This commit is contained in:
Huang Qi
2025-03-24 07:09:22 +08:00
committed by GitHub
parent 913c2227ba
commit 3e20194ecd
2 changed files with 4 additions and 26 deletions

View File

@ -88,14 +88,14 @@ jobs:
uses: actions/checkout@v4
with:
repository: apache/nuttx
ref: releases/12.6
ref: releases/12.9
path: nuttx
- name: Checkout NuttX Apps
uses: actions/checkout@v4
with:
repository: apache/nuttx-apps
ref: releases/12.6
ref: releases/12.9
path: apps
- name: Checkout WAMR