Skip to content

Commit

Permalink
github: workflows: fix clang and twister workflows to unblock CI
Browse files Browse the repository at this point in the history
For quite some time, clang-build and twister jobs have failed
in CI on v2.7-branch.

Update the runs-on group to use the same runners in the main
branch.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
Chris Friedt committed Nov 21, 2024
1 parent 6477a75 commit 4e28131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
clang-build:
runs-on: zephyr-runner-linux-x64-4xlarge
runs-on: zephyr-runner-v2-linux-x64-4xlarge
container:
image: zephyrprojectrtos/ci:v0.18.4
options: '--entrypoint /bin/bash'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
twister-build-prep:
runs-on: zephyr-runner-linux-x64-4xlarge
runs-on: zephyr-runner-v2-linux-x64-4xlarge
container:
image: zephyrprojectrtos/ci:v0.18.4
options: '--entrypoint /bin/bash'
Expand Down

0 comments on commit 4e28131

Please sign in to comment.