diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index d2850289163..3bcb8995fd1 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -23,9 +23,6 @@ jobs: - os: macos-latest platform: darwin-arm64 runs-on: macos-latest - - os: macos-13 - platform: darwin-x64 - runs-on: macos-13 - os: ubuntu-latest platform: linux-x64 runs-on: ubuntu-latest @@ -331,7 +328,7 @@ jobs: echo "## Requirements" >> "$NOTES_FILE" echo "" >> "$NOTES_FILE" echo "- Node.js 20 or higher" >> "$NOTES_FILE" - echo "- macOS (Intel or Apple Silicon) or Linux x64" >> "$NOTES_FILE" + echo "- macOS Apple Silicon (M1/M2/M3/M4) or Linux x64" >> "$NOTES_FILE" echo "" >> "$NOTES_FILE" echo "## Usage" >> "$NOTES_FILE" echo "" >> "$NOTES_FILE" @@ -347,7 +344,6 @@ jobs: echo "" >> "$NOTES_FILE" echo "This release includes binaries for:" >> "$NOTES_FILE" echo '- `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)' >> "$NOTES_FILE" - echo '- `roo-cli-darwin-x64.tar.gz` - macOS Intel' >> "$NOTES_FILE" echo '- `roo-cli-linux-x64.tar.gz` - Linux x64' >> "$NOTES_FILE" echo "" >> "$NOTES_FILE" echo "## Checksums" >> "$NOTES_FILE" diff --git a/apps/cli/README.md b/apps/cli/README.md index b18cb77ccfd..6165448e71d 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -19,7 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/i **Requirements:** - Node.js 20 or higher -- macOS (Intel or Apple Silicon) or Linux x64 +- macOS Apple Silicon (M1/M2/M3/M4) or Linux x64 **Custom installation directory:** @@ -259,7 +259,7 @@ To trigger a release: The workflow will: -1. Build the CLI on all platforms (macOS Intel, macOS ARM, Linux x64) +1. Build the CLI on all platforms (macOS Apple Silicon, Linux x64) 2. Create platform-specific tarballs with bundled ripgrep 3. Verify each tarball 4. Create a GitHub release with all tarballs attached