From f7b08d23a78fb5145f78c0c8acc0d594fc9b4693 Mon Sep 17 00:00:00 2001 From: jwcullen Date: Mon, 6 May 2024 12:46:01 -0400 Subject: [PATCH] Add GitHub CI for `macos-latest`. - Fix AOMediaCodec/iamf-tools#8 PiperOrigin-RevId: 631094018 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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