Skip to content

Commit

Permalink
[cli] Disable macOS x86_64 build (#15902)
Browse files Browse the repository at this point in the history
* [cli] Disable macOS x86_64 build

* continue removing x86 mac build

---------

Co-authored-by: Greg Nazario <[email protected]>
  • Loading branch information
vineethk and gregnazario authored Feb 6, 2025
1 parent 835ce75 commit 7fc7379
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,23 @@ jobs:
name: cli-builds-linux-arm
path: aptos-cli-*.zip

build-macos-x86_64-binary:
name: "Build MacOS x86_64 binary"
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.source_git_ref_override }}
- uses: aptos-labs/aptos-core/.github/actions/rust-setup@main
with:
macos: true
- name: Build CLI
run: scripts/cli/build_cli_release.sh "macOS" "${{inputs.release_version}}"
- name: Upload Binary
uses: actions/upload-artifact@v4
with:
name: cli-builds-macos-x86-64
path: aptos-cli-*.zip
# build-macos-x86_64-binary:
# name: "Build MacOS x86_64 binary"
# runs-on: macos-13
# steps:
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.event.inputs.source_git_ref_override }}
# - uses: aptos-labs/aptos-core/.github/actions/rust-setup@main
# with:
# macos: true
# - name: Build CLI
# run: scripts/cli/build_cli_release.sh "macOS" "${{inputs.release_version}}"
# - name: Upload Binary
# uses: actions/upload-artifact@v4
# with:
# name: cli-builds-macos-x86-64
# path: aptos-cli-*.zip

# build-macos-arm-binary:
# name: "Build MacOS ARM binary"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- build-linux-binary
- build-linux-arm-binary
# - build-macos-arm-binary
- build-macos-x86_64-binary
# - build-macos-x86_64-binary
runs-on: ubuntu-latest
permissions:
contents: "write"
Expand Down

0 comments on commit 7fc7379

Please sign in to comment.