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:
8
8
9
9
jobs :
10
10
clang-build :
11
- runs-on : zephyr-runner-linux-x64-4xlarge
11
+ runs-on : zephyr-runner-v2- linux-x64-4xlarge
12
12
container :
13
13
image : zephyrprojectrtos/ci:v0.18.4
14
14
options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
10
10
11
11
jobs :
12
12
codecov :
13
- runs-on : zephyr-runner-linux-x64-4xlarge
13
+ runs-on : zephyr-runner-v2- linux-x64-4xlarge
14
14
container :
15
15
image : zephyrprojectrtos/ci:v0.18.4
16
16
options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
jobs :
19
19
twister-build-prep :
20
- runs-on : zephyr-runner-linux-x64-4xlarge
20
+ runs-on : zephyr-runner-v2- linux-x64-4xlarge
21
21
container :
22
22
image : zephyrprojectrtos/ci:v0.18.4
23
23
options : ' --entrypoint /bin/bash'
@@ -106,7 +106,7 @@ jobs:
106
106
echo "size=${size}" >> $GITHUB_OUTPUT
107
107
108
108
twister-build :
109
- runs-on : zephyr-runner-linux-x64-4xlarge
109
+ runs-on : zephyr-runner-v2- linux-x64-4xlarge
110
110
needs : twister-build-prep
111
111
if : needs.twister-build-prep.outputs.size != 0
112
112
container :
You can’t perform that action at this time.
0 commit comments