Skip to content

Commit 5c3756a

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 d838295 commit 5c3756a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
workflow_dispatch:
88
jobs:
99
cancel_previous:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-latest-large
1111
steps:
1212
- uses: styfle/cancel-workflow-action@0.9.1
1313
with:
1414
workflow_id: ${{ github.event.workflow.id }}
1515
build-and-test:
1616
name: "Test (Node.js v${{ matrix.node-version }})"
1717
needs: cancel_previous
18-
runs-on: 'ubuntu-latest'
18+
runs-on: ubuntu-latest-large
1919
strategy:
2020
matrix:
2121
node-version: [ 18, 20, 21 ]

.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)