Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compilation_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ jobs:
uses: actions/checkout@v6
with:
repository: apache/nuttx
ref: releases/12.11
ref: 09a71ec7c16c43398d5acbdcbeee7b08736c3170
path: nuttx

- name: Checkout NuttX Apps
uses: actions/checkout@v6
with:
repository: apache/nuttx-apps
ref: releases/12.11
ref: 6bd593459c4af3cef325c3d22bccd5537a8ed755
path: apps

- name: Checkout WAMR
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ jobs:
uses: actions/checkout@v6
with:
repository: apache/nuttx
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.11' }}
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || '09a71ec7c16c43398d5acbdcbeee7b08736c3170' }}
path: nuttx

- name: Checkout NuttX Apps
uses: actions/checkout@v6
with:
repository: apache/nuttx-apps
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.11' }}
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || '6bd593459c4af3cef325c3d22bccd5537a8ed755' }}
path: apps

- name: Checkout WAMR
Expand Down