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.
1 parent 386bea7 commit 954130eCopy full SHA for 954130e
.github/workflows/build.yml
@@ -188,7 +188,6 @@ jobs:
188
- name: Run unit tests
189
shell: msys2 {0}
190
run: .build/target/${{env.ARTIFACT}}/${{env.ARTIFACT}}-test.exe utest --verbose --jobs 1
191
-
192
macos_stable:
193
runs-on: macos-latest
194
steps:
CHANGELOG
@@ -3,7 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.32 ===
6
+* Added MacOS CI builds.
7
8
=== 1.0.31 ===
9
* Updated build scripts.
0 commit comments