Skip to content

Commit 5bc3658

Browse files
authored
Fix: ci runner (#123)
1 parent def6a0c commit 5bc3658

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: pull_request
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
flow:
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: FlowType Check
4646
run: yarn flow
4747
tsc:
48-
runs-on: ubuntu-18.04
48+
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
5151
node-version: [16]
@@ -66,7 +66,7 @@ jobs:
6666
- name: TypeScript type check
6767
run: yarn type-check
6868
android:
69-
runs-on: ubuntu-18.04
69+
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
7272
node-version: [16]

0 commit comments

Comments
 (0)