Skip to content

Commit

Permalink
FIX: ci runner (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jul 26, 2023
1 parent 45b7f89 commit 9c93d79
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 9c93d79

Please sign in to comment.