Skip to content

Commit c1d8609

Browse files
authored
Merge pull request #12 from PerMac/workPlan
f
2 parents c8ac307 + b8780bc commit c1d8609

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/twister.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ concurrency:
1919

2020
jobs:
2121
twister-build-prep:
22-
if: github.repository_owner == 'zephyrproject-rtos'
23-
runs-on: zephyr-runner-linux-x64-4xlarge
22+
runs-on: ubuntu-latest
2423
container:
2524
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
2625
options: '--entrypoint /bin/bash'
@@ -116,7 +115,7 @@ jobs:
116115
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
117116
118117
twister-build:
119-
runs-on: zephyr-runner-linux-x64-4xlarge
118+
runs-on: ubuntu-latest
120119
needs: twister-build-prep
121120
if: needs.twister-build-prep.outputs.size != 0
122121
container:

0 commit comments

Comments
 (0)