Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jun 2, 2024
1 parent b1cd765 commit 3467205
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ jobs:
- macos-12
- macos-13
- macos-14
target:
- macos-aarch64-dyn
- macos-x86_64-dyn
exclude:
- target: macos-aarch64-dyn
os: macos-12
- target: macos-aarch64-dyn
os: macos-13
- target: macos-x86_64-dyn
os: macos-14

runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -42,7 +53,7 @@ jobs:
- name: Install dependencies
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
with:
target_platform: macos-x86_64-dyn
target_platform: ${{ matrix.target }}

- name: Compile
shell: bash
Expand Down

0 comments on commit 3467205

Please sign in to comment.