Skip to content

Commit

Permalink
ci: temp disable building mac-x86 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 10, 2024
1 parent 74f90b6 commit 03b9e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
if-no-files-found: error

build_darwin-x64:
if: ${{ false }}
runs-on: macos-14
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -332,6 +333,7 @@ jobs:
run: npm i && npm test

test_darwin-x64:
if: ${{ false }}
runs-on: macos-14
needs:
- build_darwin-x64
Expand Down Expand Up @@ -359,7 +361,6 @@ jobs:
- build_linux-x64-glibc
- build_linux-arm64-glibc
- build_win-x64
- build_darwin-x64
- build_darwin-arm64
env:
NPM_PACKAGE_VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.npm-package-version || '0.0.1-alpha.0' }}
Expand Down

0 comments on commit 03b9e37

Please sign in to comment.