Skip to content

Commit 4e270ef

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 baf0d69 commit 4e270ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/delete-old-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
delete-old-branches:
99
name: Delete old branches
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-latest-large
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
name: Publish to Maven Central
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-latest-large
1414
permissions:
1515
contents: read
1616

0 commit comments

Comments
 (0)