Skip to content

Commit 0840abf

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 ee4e5b4 commit 0840abf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/analytics_flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build_and_test:
1313
name: Run Test
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-latest-large
1515

1616
steps:
1717
- 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

0 commit comments

Comments
 (0)