Route heavy CI jobs to larger GitHub-hosted runners (#45284)

This commit is contained in:
Luke Heath
2026-05-12 23:02:43 -05:00
committed by GitHub
parent c5c2dd9d4d
commit 8bba665d8d
16 changed files with 23 additions and 23 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ permissions:
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-8core
steps:
- name: Harden Runner
@@ -140,7 +140,7 @@ jobs:
instrumented-tests:
name: Instrumented tests
runs-on: ubuntu-latest
runs-on: ubuntu-8core
timeout-minutes: 30
steps:
@@ -242,7 +242,7 @@ jobs:
scep-integration-test:
name: SCEP integration test
runs-on: ubuntu-latest
runs-on: ubuntu-8core
timeout-minutes: 15
steps: