Skip to content

Commit 4c2678d

Browse files
authored
Setup initial GitHub CI to build on macos-12.
GitHub provides this as x86_64 Mac.
1 parent 7dd8e89 commit 4c2678d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ jobs:
1919
uses: ./.github/actions/libiamf-builder
2020
with:
2121
build-options: -DCODEC_CAP=off
22-
22+
macos-amd64:
23+
runs-on: macos-12
24+
steps:
25+
- name: Checkout repo
26+
uses: actions/checkout@v4
27+
- name: Build
28+
uses: ./.github/actions/libiamf-builder
29+
with:
30+
build-options: -DCODEC_CAP=off

0 commit comments

Comments
 (0)