Skip to content

Commit ea58517

Browse files
committed
Drop MacOS-13 cli support
1 parent 304b1c2 commit ea58517

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- os: macos-latest
2424
platform: darwin-arm64
2525
runs-on: macos-latest
26-
- os: macos-13
27-
platform: darwin-x64
28-
runs-on: macos-13
2926
- os: ubuntu-latest
3027
platform: linux-x64
3128
runs-on: ubuntu-latest
@@ -331,7 +328,7 @@ jobs:
331328
echo "## Requirements" >> "$NOTES_FILE"
332329
echo "" >> "$NOTES_FILE"
333330
echo "- Node.js 20 or higher" >> "$NOTES_FILE"
334-
echo "- macOS (Intel or Apple Silicon) or Linux x64" >> "$NOTES_FILE"
331+
echo "- macOS Apple Silicon (M1/M2/M3/M4) or Linux x64" >> "$NOTES_FILE"
335332
echo "" >> "$NOTES_FILE"
336333
echo "## Usage" >> "$NOTES_FILE"
337334
echo "" >> "$NOTES_FILE"
@@ -347,7 +344,6 @@ jobs:
347344
echo "" >> "$NOTES_FILE"
348345
echo "This release includes binaries for:" >> "$NOTES_FILE"
349346
echo '- `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)' >> "$NOTES_FILE"
350-
echo '- `roo-cli-darwin-x64.tar.gz` - macOS Intel' >> "$NOTES_FILE"
351347
echo '- `roo-cli-linux-x64.tar.gz` - Linux x64' >> "$NOTES_FILE"
352348
echo "" >> "$NOTES_FILE"
353349
echo "## Checksums" >> "$NOTES_FILE"

apps/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/i
1919
**Requirements:**
2020

2121
- Node.js 20 or higher
22-
- macOS (Intel or Apple Silicon) or Linux x64
22+
- macOS Apple Silicon (M1/M2/M3/M4) or Linux x64
2323

2424
**Custom installation directory:**
2525

@@ -259,7 +259,7 @@ To trigger a release:
259259

260260
The workflow will:
261261

262-
1. Build the CLI on all platforms (macOS Intel, macOS ARM, Linux x64)
262+
1. Build the CLI on all platforms (macOS Apple Silicon, Linux x64)
263263
2. Create platform-specific tarballs with bundled ripgrep
264264
3. Verify each tarball
265265
4. Create a GitHub release with all tarballs attached

0 commit comments

Comments
 (0)