Skip to content

Commit 3e45582

Browse files
authored
Merge pull request #230 from dotzenith/add-macos-x86-builds
feat: add macos x86 builds
2 parents 2634abc + dba9eab commit 3e45582

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Buld a release
2+
name: Build a release
33

44
on:
55
pull_request:
@@ -86,7 +86,12 @@ jobs:
8686
include:
8787
- os: macos-latest
8888
TARGET: MacOS
89-
ARCHITECTURE: x64
89+
ARCHITECTURE: arm64
90+
BUILD_CMD: ci/build.sh
91+
PACKAGE_CMD: ci/package.sh
92+
- os: macos-13
93+
TARGET: MacOS
94+
ARCHITECTURE: Intel
9095
BUILD_CMD: ci/build.sh
9196
PACKAGE_CMD: ci/package.sh
9297
- os: windows-latest

0 commit comments

Comments
 (0)