Skip to content

Commit 3467205

Browse files
committed
tmp
1 parent b1cd765 commit 3467205

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ jobs:
1515
- macos-12
1616
- macos-13
1717
- macos-14
18+
target:
19+
- macos-aarch64-dyn
20+
- macos-x86_64-dyn
21+
exclude:
22+
- target: macos-aarch64-dyn
23+
os: macos-12
24+
- target: macos-aarch64-dyn
25+
os: macos-13
26+
- target: macos-x86_64-dyn
27+
os: macos-14
28+
1829
runs-on: ${{ matrix.os }}
1930

2031
steps:
@@ -42,7 +53,7 @@ jobs:
4253
- name: Install dependencies
4354
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
4455
with:
45-
target_platform: macos-x86_64-dyn
56+
target_platform: ${{ matrix.target }}
4657

4758
- name: Compile
4859
shell: bash

0 commit comments

Comments
 (0)