Skip to content

Commit 43b0146

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 d8d7c06 commit 43b0146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test-and-build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-latest-large
88

99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)