Skip to content

Commit

Permalink
use xcode 10.3
Browse files Browse the repository at this point in the history
to fix the issue when running in MacOS 10.13
  • Loading branch information
trung committed May 21, 2020
1 parent b11b31f commit 9ed53f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9ed53f0

Please sign in to comment.