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.
2 parents e0ceb54 + 1533910 commit 0cd5f4eCopy full SHA for 0cd5f4e
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Buld a release
+name: Build a release
3
4
on:
5
pull_request:
@@ -86,7 +86,12 @@ jobs:
86
include:
87
- os: macos-latest
88
TARGET: MacOS
89
- ARCHITECTURE: x64
+ ARCHITECTURE: arm64
90
+ BUILD_CMD: ci/build.sh
91
+ PACKAGE_CMD: ci/package.sh
92
+ - os: macos-13
93
+ TARGET: MacOS
94
+ ARCHITECTURE: Intel
95
BUILD_CMD: ci/build.sh
96
PACKAGE_CMD: ci/package.sh
97
- os: windows-latest
version.txt
@@ -1 +1 @@
-2.2.15
+2.2.16
0 commit comments