Skip to content

Commit d0681c7

Browse files
committed
Run CI on standard runners
The 8-core runners queue behind the rest of the org, while standard runners start immediately. Trade cores for latency and measure.
1 parent 8a09b57 commit d0681c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
jobs:
77
Test:
8-
runs-on: ubuntu-22.04-8core
8+
runs-on: ubuntu-22.04
99
permissions:
1010
contents: read
1111
id-token: write
@@ -52,7 +52,7 @@ jobs:
5252
# so this job only runs where the OIDC exchange can succeed.
5353
Permslip:
5454
if: github.repository == 'oxidecomputer/sush'
55-
runs-on: ubuntu-22.04-8core
55+
runs-on: ubuntu-22.04
5656
permissions:
5757
contents: read
5858
id-token: write

0 commit comments

Comments
 (0)