Skip to content

Commit 36a0ccc

Browse files
MirkoCovizzieivindj-nordic
authored andcommitted
workflows: update toolchain to v3.1.0
Updates the toolchain container version to match NCS version. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 3bbb0d3 commit 36a0ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- runs-on=${{ github.run_id }}
1414
- runner=64cpu-linux-x64
1515
# Keep aligned with target NCS version
16-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
16+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.1.0
1717
defaults:
1818
run:
1919
# Bash shell is needed to set toolchain related environment variables in docker container

.github/workflows/twister.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- runs-on=${{ github.run_id }}
1414
- runner=4cpu-linux-x64
1515
# Keep aligned with target NCS version
16-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.1
16+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.1.0
1717
defaults:
1818
run:
1919
# Bash shell is needed to set toolchain related environment variables in docker container

0 commit comments

Comments
 (0)