CI: Bump NuttX version to 12.6 ()

This commit is contained in:
Huang Qi 2024-08-05 09:06:31 +08:00 committed by GitHub
parent c3dd5598f6
commit 8a2e151de1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -131,14 +131,14 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: apache/nuttx repository: apache/nuttx
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.4' }} ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.6' }}
path: nuttx path: nuttx
- name: Checkout NuttX Apps - name: Checkout NuttX Apps
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: apache/nuttx-apps repository: apache/nuttx-apps
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.4' }} ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.6' }}
path: apps path: apps
- name: Checkout WAMR - name: Checkout WAMR