Skip to content

Commit 531c8e4

Browse files
committed
ci: Test 8-core runners for build and integration tests
Temporarily bumping runner size to evaluate performance improvements with 8-core ubuntu-24.04 runners. Assisted-by: Claude Code (Sonnet 4.5) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 1ac7f2a commit 531c8e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-latest-8cores
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -82,7 +82,7 @@ jobs:
8282
retention-days: 7
8383

8484
integration-tests:
85-
runs-on: ubuntu-24.04
85+
runs-on: ubuntu-latest-8cores
8686
needs: build
8787
strategy:
8888
fail-fast: false

0 commit comments

Comments
 (0)