Skip to content

Commit 0cd5f4e

Browse files
authored
Merge pull request #232 from builder555/dev
merging PR from dotzenith
2 parents e0ceb54 + 1533910 commit 0cd5f4e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.15
1+
2.2.16

0 commit comments

Comments
 (0)