Skip to content

Commit 4c5cb4c

Browse files
committed
[WIP] .github: workflows: Use zephyr-runner v2
This commit updates GitHub Actions workflows to use the zephyr-runner v2.
1 parent ca1aa3d commit 4c5cb4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ concurrency:
2222
jobs:
2323
build:
2424
name: Build (${{ matrix.variant.platform }})
25-
runs-on: ${{ matrix.variant.builder }}
25+
runs-on:
26+
group: ${{ matrix.variant.builder }}
2627

2728
strategy:
2829
fail-fast: true
2930
matrix:
3031
variant:
3132
- platform: linux/amd64
3233
arch: amd64
33-
builder: zephyr-runner-linux-x64-4xlarge
34+
builder: zephyr-runner-v2-linux-x64-4xlarge
3435
- platform: linux/arm64
3536
arch: arm64
36-
builder: zephyr-runner-linux-arm64-4xlarge
37+
builder: zephyr-runner-v2-linux-arm64-4xlarge
3738

3839
services:
3940
registry:
@@ -189,7 +190,8 @@ jobs:
189190

190191
merge:
191192
name: Merge
192-
runs-on: zephyr-runner-linux-x64-4xlarge
193+
runs-on:
194+
group: zephyr-runner-v2-linux-x64-4xlarge
193195
needs: build
194196
if: ${{ github.event_name != 'pull_request' }}
195197

0 commit comments

Comments
 (0)