Skip to content

Commit

Permalink
Add GitHub CI for macos-latest.
Browse files Browse the repository at this point in the history
  - Fix #8

PiperOrigin-RevId: 631094018
  • Loading branch information
jwcullen committed May 6, 2024
1 parent 351e420 commit f7b08d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ jobs:
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder
macos-arm64:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder

0 comments on commit f7b08d2

Please sign in to comment.