File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,19 @@ concurrency:
22
22
jobs :
23
23
build :
24
24
name : Build (${{ matrix.variant.platform }})
25
- runs-on : ${{ matrix.variant.builder }}
25
+ runs-on :
26
+ group : ${{ matrix.variant.builder }}
26
27
27
28
strategy :
28
29
fail-fast : true
29
30
matrix :
30
31
variant :
31
32
- platform : linux/amd64
32
33
arch : amd64
33
- builder : zephyr-runner-linux-x64-4xlarge
34
+ builder : zephyr-runner-v2- linux-x64-4xlarge
34
35
- platform : linux/arm64
35
36
arch : arm64
36
- builder : zephyr-runner-linux-arm64-4xlarge
37
+ builder : zephyr-runner-v2- linux-arm64-4xlarge
37
38
38
39
services :
39
40
registry :
@@ -189,7 +190,8 @@ jobs:
189
190
190
191
merge :
191
192
name : Merge
192
- runs-on : zephyr-runner-linux-x64-4xlarge
193
+ runs-on :
194
+ group : zephyr-runner-v2-linux-x64-4xlarge
193
195
needs : build
194
196
if : ${{ github.event_name != 'pull_request' }}
195
197
You can’t perform that action at this time.
0 commit comments