Skip to content

Commit

Permalink
Github Workflows: Re-enable MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saidinesh5 committed Feb 3, 2022
1 parent 46ae2a8 commit 2c16103
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -13,8 +13,7 @@ jobs:
matrix:
os:
- ubuntu-18.04
# HACK: Disabling macos builds due to https://github.com/hotg-ai/librunecoral/issues/43
# - macos-latest
- macos-latest
# Note: we need to use pre-compiled TensorFlow Lite binaries on
# Windows, so ignore the Windows build for now
#- windows-latest
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/releases.yml
Expand Up @@ -55,11 +55,11 @@ jobs:
# artifact_name: "target/rune.*.zip"
# asset_name: rune-windows
# HACK: Disabling macos builds due to https://github.com/hotg-ai/librunecoral/issues/43
# - macos-latest
# - name: macos
# os: macos-latest
# artifact_name: "target/rune.*.zip"
# asset_name: rune-macos
- macos-latest
- name: macos
os: macos-latest
artifact_name: "target/rune.*.zip"
asset_name: rune-macos
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v2
Expand All @@ -78,6 +78,10 @@ jobs:
if: runner.os == 'macOS'
with:
xcode-version: latest-stable
- name: Setup bazel
uses: jwlawson/actions-setup-bazel@v1
with:
bazel-version: '3.7.2'
- uses: actions/setup-python@v2
if: runner.os == 'macOS'
with:
Expand Down

0 comments on commit 2c16103

Please sign in to comment.