Skip to content

test build on macos

test build on macos #3

Workflow file for this run

name: Release for Macos
on: [push]
jobs:
release:
runs-on: macos-latest
steps:
- name: Cancel previous run
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Setup and Build
run: |
pip install -r requirements.txt
bazel build --cpu=x86_64 --os=macos @maple2jax//:jax_xc_wheel