Skip to content

Commit

Permalink
chore: update workflows build ios config. #156
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 8, 2021
1 parent 189b4cf commit b6cd0d4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: iOS
on: [push, pull_request]

# https://github.com/uiwjs/react-native-uiw/issues/156
jobs:
build:
strategy:
matrix:
os: [macos-latest]
node: [10, 12, 14]
arch: [x86]
exclude:
- { os: macos-latest, arch: x86 }
# runs-on: macos-latest
runs-on: ${{ matrix.os }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit b6cd0d4

Please sign in to comment.