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 74f90b6 commit 03b9e37Copy full SHA for 03b9e37
.github/workflows/ci.yml
@@ -169,6 +169,7 @@ jobs:
169
if-no-files-found: error
170
171
build_darwin-x64:
172
+ if: ${{ false }}
173
runs-on: macos-14
174
steps:
175
- uses: actions/checkout@v3
@@ -332,6 +333,7 @@ jobs:
332
333
run: npm i && npm test
334
335
test_darwin-x64:
336
337
338
needs:
339
- build_darwin-x64
@@ -359,7 +361,6 @@ jobs:
359
361
- build_linux-x64-glibc
360
362
- build_linux-arm64-glibc
363
- build_win-x64
- - build_darwin-x64
364
- build_darwin-arm64
365
env:
366
NPM_PACKAGE_VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.npm-package-version || '0.0.1-alpha.0' }}
0 commit comments