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 c1f9751 commit 7a3336bCopy full SHA for 7a3336b
1 file changed
.github/workflows/ci.yaml
@@ -59,13 +59,13 @@ jobs:
59
package-cache-key: ${{ hashFiles('**/xmake.lua', '!win-*/xmake.lua') }}
60
61
- name: Configure (arm64)
62
- run: xmake f -p macosx -a "arm64" -m release -y --target_minver=15.4
+ run: xmake f -p macosx -a "arm64" -m release -y --target_minver=13.5
63
64
- name: Build (arm64)
65
run: xmake -y
66
67
- name: Configure (x86)
68
- run: xmake f -p macosx -a "x86_64" -m release -y --target_minver=15.4
+ run: xmake f -p macosx -a "x86_64" -m release -y --target_minver=13.5
69
70
- name: Build (x86)
71
0 commit comments