Skip to content

Commit 2da9d75

Browse files
committed
ci: clang: Use zephyr-runner
This commit updates the clang workflow to use the new Kubernetes-based zephyr-runner. Note that the repository cache directory path has been changed for the new runner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent d5e2a07 commit 2da9d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ concurrency:
88

99
jobs:
1010
clang-build:
11-
runs-on: zephyr_runner
11+
runs-on: zephyr-runner-linux-x64-4xlarge
1212
container:
1313
image: zephyrprojectrtos/ci:v0.18.4
1414
options: '--entrypoint /bin/bash'
1515
volumes:
16-
- /home/runners/zephyrproject:/github/cache/zephyrproject
16+
- /repo-cache/zephyrproject:/github/cache/zephyrproject
1717
strategy:
1818
fail-fast: false
1919
matrix:

0 commit comments

Comments
 (0)