We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd765 commit 3467205Copy full SHA for 3467205
.github/workflows/ci.yml
@@ -15,6 +15,17 @@ jobs:
15
- macos-12
16
- macos-13
17
- 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
25
+ os: macos-13
26
+ - target: macos-x86_64-dyn
27
+ os: macos-14
28
+
29
runs-on: ${{ matrix.os }}
30
31
steps:
@@ -42,7 +53,7 @@ jobs:
42
53
- name: Install dependencies
43
54
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
44
55
with:
45
- target_platform: macos-x86_64-dyn
56
+ target_platform: ${{ matrix.target }}
46
57
47
58
- name: Compile
48
59
shell: bash
0 commit comments