Skip to content

Commit

Permalink
Try running vrt and aat on 16 core runners (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Oct 8, 2024
1 parent 8e87387 commit 0a1f357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: npm run build -ws --if-present

vrt-runner:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
run: exit 1

vrt-runner-all-flags:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
run: exit 1

aat-runner:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
run: exit 1

aat-runner-all-flags:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0a1f357

Please sign in to comment.