Skip to content

Commit 03b9e37

Browse files
committed
ci: temp disable building mac-x86 for now
1 parent 74f90b6 commit 03b9e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
if-no-files-found: error
170170

171171
build_darwin-x64:
172+
if: ${{ false }}
172173
runs-on: macos-14
173174
steps:
174175
- uses: actions/checkout@v3
@@ -332,6 +333,7 @@ jobs:
332333
run: npm i && npm test
333334

334335
test_darwin-x64:
336+
if: ${{ false }}
335337
runs-on: macos-14
336338
needs:
337339
- build_darwin-x64
@@ -359,7 +361,6 @@ jobs:
359361
- build_linux-x64-glibc
360362
- build_linux-arm64-glibc
361363
- build_win-x64
362-
- build_darwin-x64
363364
- build_darwin-arm64
364365
env:
365366
NPM_PACKAGE_VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.npm-package-version || '0.0.1-alpha.0' }}

0 commit comments

Comments
 (0)