Skip to content

Commit cd1dc74

Browse files
committed
Update NuttX and NuttX Apps references to releases/12.9 in spec test workflow
1 parent 30b570d commit cd1dc74

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,18 @@ jobs:
140140
wamr_feature_option: { mode: "-G" }
141141

142142
steps:
143-
# Note: we use an unreleased version nuttx for xtensa because
144-
# 12.4 doesn't contain necessary esp32s3 changes.
145143
- name: Checkout NuttX
146144
uses: actions/checkout@v4
147145
with:
148146
repository: apache/nuttx
149-
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.9' }}
147+
ref: releases/12.9
150148
path: nuttx
151149

152150
- name: Checkout NuttX Apps
153151
uses: actions/checkout@v4
154152
with:
155153
repository: apache/nuttx-apps
156-
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.9' }}
154+
ref: releases/12.9
157155
path: apps
158156

159157
- name: Checkout WAMR
@@ -195,7 +193,7 @@ jobs:
195193
- name: Install the latest esptool.py (xtensa)
196194
if: matrix.target_config.target == 'xtensa'
197195
run: |
198-
pip3 install esptool==4.7.0
196+
pip3 install esptool==4.8.0
199197
esptool.py version
200198
201199
- name: Configure NuttX

0 commit comments

Comments
 (0)