Skip to content

Commit 3f25828

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 df68ade commit 3f25828

5 files changed

Lines changed: 5 additions & 5 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
@@ -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/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
name: Build + Publish
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest-large
1010
permissions:
1111
contents: read
1212
packages: write

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

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

1313
jobs:
1414
publish:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest-large
1616
steps:
1717
- name: Checkout SDK
1818
uses: actions/checkout@v4

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
test:
1818

19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-latest-large
2020
strategy:
2121
matrix:
2222
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']

0 commit comments

Comments
 (0)