Skip to content

Commit e8edbf1

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 bddbeed commit e8edbf1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-large
1212
strategy:
1313
fail-fast: false
1414
matrix:

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
e2e-tests:
1717
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-latest-large
1919

2020
steps:
2121
- name: Checkout SDK

.github/workflows/publish-e2e-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
publish:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest-large
1818
steps:
1919
- name: Checkout SDK
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)