Skip to content

Commit b948505

Browse files
authored
Use public CI runners (#45)
1 parent 3217324 commit b948505

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
lint-swift:
1111
name: Lint Swift code
12-
runs-on: shopify-ubuntu-latest
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515

@@ -20,15 +20,15 @@ jobs:
2020

2121
license:
2222
name: Verify license headers
23-
runs-on: shopify-ubuntu-latest
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v3
2626

2727
- run: ./scripts/copy_license && git diff --name-only --exit-code
2828

2929
check-packed-files:
3030
name: Check package files
31-
runs-on: shopify-ubuntu-latest
31+
runs-on: ubuntu-latest
3232
env:
3333
TERM: xterm
3434
steps:
@@ -41,7 +41,7 @@ jobs:
4141

4242
test:
4343
name: Run jest tests
44-
runs-on: shopify-ubuntu-latest
44+
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v3
4747

@@ -52,7 +52,7 @@ jobs:
5252

5353
test-android:
5454
name: Run Android Tests
55-
runs-on: shopify-ubuntu-latest
55+
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v3

0 commit comments

Comments
 (0)