Update nrf-sdk and toolchain to 2.7

This commit is contained in:
rbaron 2024-10-15 20:14:32 +02:00
parent 2a61058866
commit 3db3f90097
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "nrf-connect:v2.4", "name": "nrf-connect:v2.7",
"image": "nordicplayground/nrfconnect-sdk:v2.5-branch", "image": "nordicplayground/nrfconnect-sdk:v2.7-branch",
"features": { "features": {
}, },
"customizations": { "customizations": {

View file

@ -18,7 +18,7 @@ runs:
steps: steps:
- run: | - run: |
docker run --rm -v ${GITHUB_WORKSPACE}:/repo \ docker run --rm -v ${GITHUB_WORKSPACE}:/repo \
nordicplayground/nrfconnect-sdk:v2.5-branch \ nordicplayground/nrfconnect-sdk:v2.7-branch \
west build \ west build \
--build-dir /repo/${{ inputs.sample-dir }}/build \ --build-dir /repo/${{ inputs.sample-dir }}/build \
--pristine \ --pristine \