Skip to content

Commit 84a694a

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 04ccfb2 commit 84a694a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-large
1313

1414
steps:
1515
- uses: actions/checkout@v3

.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/e2e.yaml

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

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

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

.github/workflows/java11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-large
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-large
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/java8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-large
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-large
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)