Skip to content

Commit e5b00e0

Browse files
committed
Remove unsupported mac release.
1 parent 6a98bfb commit e5b00e0

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
## Binaries
4848
4949
- **Linux**: `rb-linux` and `rb-linux-debug`
50-
- **macOS**: `rb-macos` and `rb-macos-debug`
50+
- **macOS (Apple Silicon)**: `rb-macos` and `rb-macos-debug`
5151
- **Windows**: `rb-windows.exe` and `rb-windows-debug.exe`
5252
5353
---
@@ -66,10 +66,6 @@ jobs:
6666
target: x86_64-unknown-linux-gnu
6767
suffix: linux
6868
ext: ""
69-
- os: macos-x86_64-latest
70-
target: x86_64-apple-darwin
71-
suffix: macos
72-
ext: ""
7369
- os: macos-latest
7470
target: aarch64-apple-darwin
7571
suffix: macos

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Download the latest production binary for your platform from [releases](https://
1717
curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-linux -o ~/.local/bin/rb && chmod +x ~/.local/bin/rb
1818
```
1919

20-
### macOS
20+
### macOS (Apple Silicon)
2121
```bash
2222
curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-macos -o ~/.local/bin/rb && chmod +x ~/.local/bin/rb
2323
```
@@ -154,7 +154,7 @@ To create a new release with cross-platform binaries:
154154
```
155155

156156
The release workflow automatically:
157-
- Builds binaries for Linux, macOS (ARM64), and Windows (both release and debug)
157+
- Builds binaries for Linux, macOS (Apple Silicon), and Windows (both release and debug)
158158
- Creates GitHub release with binaries attached
159159
- Embeds git information in version output (`rb version`)
160160

@@ -164,4 +164,4 @@ Released binaries include version traceability:
164164

165165
---
166166

167-
*Distinguished Ruby development deserves distinguished tooling.*
167+
*Distinguished Ruby development deserves distinguished tooling.*

0 commit comments

Comments
 (0)