Skip to content

Commit 8d217db

Browse files
workflows: update toolchain version
Update toolchain version to NCS v3.3.0 Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
1 parent 290b5e8 commit 8d217db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/src-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
artifactory-pass: ${{ secrets.COM_NORDICSEMI_FILES_PASSWORD }}
4040
stable: ${{ env.STABLE }}
4141
repository-type: 'nrf-bm'
42-
toolchain-version: 'v3.3.0-rc2'
42+
toolchain-version: 'v3.3.0'

.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=64cpu-linux-x64
1515
# Keep aligned with target NCS version
16-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.3.0-rc2
16+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v3.3.0
1717
defaults:
1818
run:
1919
# Bash shell is needed to set toolchain related environment variables in docker container

0 commit comments

Comments
 (0)