Skip to content

Commit a522719

Browse files
committed
ci: update gh action runners
Use zephyr-runner-v2-linux-x64-4xlarge as a runner. Signed-off-by: Anas Nashif <[email protected]>
1 parent 6477a75 commit a522719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
jobs:
1010
clang-build:
11-
runs-on: zephyr-runner-linux-x64-4xlarge
11+
runs-on: zephyr-runner-v2-linux-x64-4xlarge
1212
container:
1313
image: zephyrprojectrtos/ci:v0.18.4
1414
options: '--entrypoint /bin/bash'

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
codecov:
13-
runs-on: zephyr-runner-linux-x64-4xlarge
13+
runs-on: zephyr-runner-v2-linux-x64-4xlarge
1414
container:
1515
image: zephyrprojectrtos/ci:v0.18.4
1616
options: '--entrypoint /bin/bash'

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
twister-build-prep:
20-
runs-on: zephyr-runner-linux-x64-4xlarge
20+
runs-on: zephyr-runner-v2-linux-x64-4xlarge
2121
container:
2222
image: zephyrprojectrtos/ci:v0.18.4
2323
options: '--entrypoint /bin/bash'
@@ -106,7 +106,7 @@ jobs:
106106
echo "size=${size}" >> $GITHUB_OUTPUT
107107
108108
twister-build:
109-
runs-on: zephyr-runner-linux-x64-4xlarge
109+
runs-on: zephyr-runner-v2-linux-x64-4xlarge
110110
needs: twister-build-prep
111111
if: needs.twister-build-prep.outputs.size != 0
112112
container:

0 commit comments

Comments
 (0)