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 50d7e5c commit cfeb6f6Copy full SHA for cfeb6f6
.github/workflows/jni_libs.yml
@@ -24,6 +24,7 @@ jobs:
24
build-macos-jni-artifact:
25
name: JNI Artifact macOS Build
26
runs-on: macos-13
27
+ if: ${{ false }}
28
permissions:
29
contents: write
30
steps:
@@ -79,6 +80,7 @@ jobs:
79
80
build-macos_arm64-jni-artifact:
81
name: JNI Artifact macOS arm64 Build
82
runs-on: macos-14
83
84
85
86
@@ -135,7 +137,7 @@ jobs:
135
137
name: JNI Artifact Raspi Build
136
138
runs-on: ubuntu-22.04
139
if: |
- true
140
+ false
141
142
143
@@ -247,6 +249,7 @@ jobs:
247
249
build-windows-jni-artifact:
248
250
name: JNI Artifact Windows Build
251
252
253
254
255
0 commit comments