Skip to content

Commit 211bb36

Browse files
committed
GitHub CI: Build universal 2 app bundle for macOS
1 parent db7bb18 commit 211bb36

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,16 @@ jobs:
6060
name: Windows-x86_64
6161
path: build/*.zip
6262
macos:
63-
name: macOS
64-
runs-on: macos-14
63+
name: macOS (Universal 2)
64+
runs-on: macos-latest
6565
steps:
6666
- uses: actions/checkout@v4
6767
- name: Compile
68-
run: make release -j$(sysctl -n hw.logicalcpu)
69-
env:
70-
ARCHIVE: 1
68+
run: ./make-macosx-ub2.sh
7169
- uses: actions/upload-artifact@v4
7270
with:
73-
name: macOS
74-
path: build/*.zip
71+
name: macOS-Universal-2
72+
path: build/release-darwin-universal2/*.app/
7573
web:
7674
runs-on: ubuntu-latest
7775
steps:

0 commit comments

Comments
 (0)