Skip to content

Commit

Permalink
Setup initial GitHub CI to build on macos-12.
Browse files Browse the repository at this point in the history
GitHub provides this as x86_64 Mac.
  • Loading branch information
jwcullen authored Jun 12, 2024
1 parent 7dd8e89 commit 4c2678d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c2678d

Please sign in to comment.