use xcode 10.3 (#19)

to fix the issue when running in MacOS 10.13
This commit is contained in:
Trung Nguyen 2020-05-21 14:50:45 -04:00 committed by GitHub
parent b11b31f7e8
commit a80ca18518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
name: Build
on: [push, pull_request]
env:
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer # fix issue with macos 10.13.x
jobs:
build:
name: Build on ${{ matrix.vm }}
@ -28,6 +30,11 @@ jobs:
id: build
run: |
make dist
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: istanbul-${{ matrix.vm }}
path: build/bin/istanbul
notify:
name: Notify Slack
needs:

View File

@ -5,6 +5,7 @@ on:
- 'v*'
env:
BINTRAY_PACKAGE: istanbul
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer # fix issue with macos 10.13.x
jobs:
build:
name: Build on ${{ matrix.vm }}