Skip to content

Commit 9c93d79

Browse files
authored
FIX: ci runner (#411)
1 parent 45b7f89 commit 9c93d79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33

44
jobs:
55
lint:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
strategy:
88
matrix:
99
node-version: [16]
@@ -24,7 +24,7 @@ jobs:
2424
- name: ESLint Checks
2525
run: yarn lint
2626
tsc:
27-
runs-on: ubuntu-18.04
27+
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
3030
node-version: [16]
@@ -45,7 +45,7 @@ jobs:
4545
- name: TypeScript type check
4646
run: yarn test:tsc
4747
flow:
48-
runs-on: ubuntu-18.04
48+
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
5151
node-version: [16]
@@ -88,4 +88,3 @@ jobs:
8888
run: cd example && npx pod-install
8989
- name: Build example app
9090
run: yarn ios
91-

0 commit comments

Comments
 (0)