Skip to content

Commit 7a3336b

Browse files
authored
Revert minimum target version for macOS builds (#120)
1 parent c1f9751 commit 7a3336b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
package-cache-key: ${{ hashFiles('**/xmake.lua', '!win-*/xmake.lua') }}
6060

6161
- name: Configure (arm64)
62-
run: xmake f -p macosx -a "arm64" -m release -y --target_minver=15.4
62+
run: xmake f -p macosx -a "arm64" -m release -y --target_minver=13.5
6363

6464
- name: Build (arm64)
6565
run: xmake -y
6666

6767
- name: Configure (x86)
68-
run: xmake f -p macosx -a "x86_64" -m release -y --target_minver=15.4
68+
run: xmake f -p macosx -a "x86_64" -m release -y --target_minver=13.5
6969

7070
- name: Build (x86)
7171
run: xmake -y

0 commit comments

Comments
 (0)