File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ jobs:
8686 uses : actions/checkout@v4
8787 with :
8888 repository : apache/nuttx
89- ref : releases/12.4
89+ ref : releases/12.6
9090 path : nuttx
9191
9292 - name : Checkout NuttX Apps
9393 uses : actions/checkout@v4
9494 with :
9595 repository : apache/nuttx-apps
96- ref : releases/12.4
96+ ref : releases/12.6
9797 path : apps
9898
9999 - name : Checkout WAMR
Original file line number Diff line number Diff line change @@ -131,14 +131,14 @@ jobs:
131131 uses : actions/checkout@v4
132132 with :
133133 repository : apache/nuttx
134- ref : ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.4 ' }}
134+ ref : ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.6 ' }}
135135 path : nuttx
136136
137137 - name : Checkout NuttX Apps
138138 uses : actions/checkout@v4
139139 with :
140140 repository : apache/nuttx-apps
141- ref : ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.4 ' }}
141+ ref : ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.6 ' }}
142142 path : apps
143143
144144 - name : Checkout WAMR
@@ -247,7 +247,7 @@ jobs:
247247 run : |
248248 kconfig-tweak --set-val CONFIG_INTERPRETERS_WAMR_STACKSIZE 25600
249249 working-directory : nuttx
250-
250+
251251 - name : Enable WAMR interpreter/aot runtime for NuttX
252252 if : matrix.wamr_test_option.option != ''
253253 run : |
@@ -310,7 +310,7 @@ jobs:
310310 id : build_firmware_path
311311 run : |
312312 echo "firmware=$PWD/nuttx/nuttx" >> $GITHUB_OUTPUT
313-
313+
314314 # for xtensa, use the espressif fork of qemu, which has esp32s3 support.
315315 - name : Install QEMU (xtensa)
316316 if : matrix.target_config.target == 'xtensa'
You can’t perform that action at this time.
0 commit comments