Skip to content

Commit

Permalink
ci: update gh action runners
Browse files Browse the repository at this point in the history
Use  zephyr-runner-v2-linux-x64-4xlarge as a runner.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Dec 9, 2024
1 parent 6477a75 commit 28ff6d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
codecov:
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
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -106,7 +106,7 @@ jobs:
echo "size=${size}" >> $GITHUB_OUTPUT
twister-build:
runs-on: zephyr-runner-linux-x64-4xlarge
runs-on: zephyr-runner-v2-linux-x64-4xlarge
needs: twister-build-prep
if: needs.twister-build-prep.outputs.size != 0
container:
Expand Down

0 comments on commit 28ff6d1

Please sign in to comment.