Skip to content
Merged
Prev Previous commit
Next Next commit
choose macOS 10.15 explicitly
  • Loading branch information
tido64 committed Oct 29, 2021
commit 7ca20ef5784bb3696fa860c2cc91774b6cb998f7
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
jobs:
react-native-test-app:
runs-on: macos-latest
runs-on: macos-10.15
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Set up Node.js
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
yarn --no-immutable
working-directory: react-native-test-app
- name: Build
- name: Build Intel
run: |
set -eo pipefail
yarn build:macos || yarn build:macos
Expand Down