Skip to content

Commit

Permalink
ci: use different runners
Browse files Browse the repository at this point in the history
use 4xlarge runners.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Sep 7, 2023
1 parent 4173f55 commit ded6d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
variant:
- platform: linux/amd64
arch: amd64
builder: zephyr-runner-linux-x64-xlarge
builder: zephyr-runner-linux-x64-4xlarge
- platform: linux/arm64
arch: arm64
builder: zephyr-runner-linux-arm64-xlarge
builder: zephyr-runner-linux-arm64-4xlarge

services:
registry:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

merge:
name: Merge
runs-on: zephyr-runner-linux-x64-xlarge
runs-on: zephyr-runner-linux-x64-4xlarge
needs: build
if: ${{ github.event_name != 'pull_request' }}

Expand Down

0 comments on commit ded6d2f

Please sign in to comment.