diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5edb411..51f9b527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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