Skip to content

Commit

Permalink
fix: ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jun 25, 2023
1 parent 4979f60 commit 7bf829d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
Expand All @@ -24,7 +24,7 @@ jobs:
- name: ESLint Checks
run: yarn lint
tsc:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
Expand All @@ -45,7 +45,7 @@ jobs:
- name: TypeScript type check
run: yarn test:tsc
flow:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
Expand Down Expand Up @@ -88,4 +88,3 @@ jobs:
run: cd example && npx pod-install
- name: Build example app
run: yarn ios

0 comments on commit 7bf829d

Please sign in to comment.