Skip to content

Commit c4b00aa

Browse files
ci: migrate runs-on to Twilio runner labels
Repoints runs-on to the standard Twilio runner labels for this repo. Unmapped runners (macOS, matrix expressions, etc.) left as-is.
1 parent 7d5a25d commit c4b00aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- master
1313
- ${{ github.sha }}
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest-large
1616

1717
steps:
1818
- name: Setup Go
@@ -37,7 +37,7 @@ jobs:
3737

3838
benchstat:
3939
needs: [benchmark]
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-latest-large
4141

4242
steps:
4343
- name: Setup Go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- "1.23"
1313
- "1.24"
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest-large
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)