Skip to content

Commit fff11ed

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 6ce77f0 commit fff11ed

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
@@ -2,7 +2,7 @@ on: [push, pull_request]
22
name: Test
33
jobs:
44
test:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-latest-large
66
steps:
77
- name: Install Go
88
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)