Skip to content

Commit 3290558

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 fadb7bb commit 3290558

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create_jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
create_jira:
1010
name: Create Jira Ticket
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-large
1212
environment: IssueTracker
1313
steps:
1414
- name: Checkout

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
e2e-tests:
2525
# Skip on fork PRs where repo secrets aren't available
2626
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-latest-large
2828

2929
steps:
3030
- name: Checkout SDK

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-large
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Install Python 3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test-setup-python:
1616
name: Test setup-python
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest-large
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)