From 4c2678dce9c221aa2cbc12cdaba3bdbf206d5b97 Mon Sep 17 00:00:00 2001 From: Joseph Cullen Date: Wed, 12 Jun 2024 12:41:01 -0400 Subject: [PATCH] Setup initial GitHub CI to build on `macos-12`. GitHub provides this as x86_64 Mac. --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd9d39b..52838de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,12 @@ jobs: uses: ./.github/actions/libiamf-builder with: build-options: -DCODEC_CAP=off - + macos-amd64: + runs-on: macos-12 + steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Build + uses: ./.github/actions/libiamf-builder + with: + build-options: -DCODEC_CAP=off