feat(ci): use larger runners for all jobs (#9646)

Append `-xlarge` to the previous runner labels to match new larger
runners.
This commit is contained in:
Jamil
2025-06-23 14:23:22 -07:00
committed by GitHub
parent 950afd9b2d
commit ec5c433f5b
15 changed files with 58 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
analyze:
name: analyze-${{ matrix.working-directory }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-22.04' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-14-xlarge') || 'ubuntu-22.04-xlarge' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read