Skip to content

Commit

Permalink
ci: Use sdk-build v1.3.3
Browse files Browse the repository at this point in the history
This commit updates the CI workflow to use the SDK build image v1.3.3,
which includes the up-to-date CMake and ninja required for building
LLVM.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 22, 2024
1 parent 7b0201e commit 16c502d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "linux-x86_64",
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.3",
"archive": "tar.xz"
},'
fi
Expand All @@ -256,7 +256,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "linux-aarch64",
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.3",
"archive": "tar.xz"
},'
fi
Expand All @@ -283,7 +283,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "windows-x86_64",
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.3",
"archive": "7z"
},'
fi
Expand Down

0 comments on commit 16c502d

Please sign in to comment.