File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
88
99jobs :
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'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010
1111jobs :
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'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
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 :
You can’t perform that action at this time.
0 commit comments