Skip to content

Commit c195346

Browse files
AghaFarokhAghaFarokh
authored andcommitted
Remove macOS Intel build from release matrix
Made-with: Cursor
1 parent 29fbea5 commit c195346

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
xray-asset: Xray-macos-arm64-v8a.zip
3232
xray-bin: xray
3333

34-
- os: macos-13
35-
artifact-name: TraceV2ray-macos-x64
36-
exe-name: TraceV2ray
37-
xray-asset: Xray-macos-64.zip
38-
xray-bin: xray
39-
4034
- os: ubuntu-latest
4135
artifact-name: TraceV2ray-linux-x64
4236
exe-name: TraceV2ray
@@ -158,7 +152,6 @@ jobs:
158152
|------|----------|
159153
| `TraceV2ray-windows-x64.zip` | Windows 10/11 (64-bit) |
160154
| `TraceV2ray-macos-arm64.zip` | macOS Apple Silicon (M1/M2/M3) |
161-
| `TraceV2ray-macos-x64.zip` | macOS Intel |
162155
| `TraceV2ray-linux-x64.zip` | Linux 64-bit |
163156
164157
Each zip contains the `TraceV2ray` executable and `xray-core` bundled together — no install needed.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Download the latest release from the [Releases page](../../releases/latest).
2828
|------|----------|
2929
| `TraceV2ray-windows-x64.zip` | Windows 10/11 (64-bit) |
3030
| `TraceV2ray-macos-arm64.zip` | macOS Apple Silicon (M1 / M2 / M3) |
31-
| `TraceV2ray-macos-x64.zip` | macOS Intel |
3231
| `TraceV2ray-linux-x64.zip` | Linux (64-bit) |
3332

3433
Each zip contains `TraceV2ray` (or `TraceV2ray.exe`) and `xray-core` — no installation or Python required.
@@ -58,9 +57,7 @@ The report is saved as `TraceV2ray_Report_YYYYMMDD_HHMMSS.txt` in the same folde
5857

5958
### macOS
6059

61-
1. Download the correct zip for your Mac:
62-
- **Apple Silicon (M1/M2/M3):** `TraceV2ray-macos-arm64.zip`
63-
- **Intel Mac:** `TraceV2ray-macos-x64.zip`
60+
1. Download `TraceV2ray-macos-arm64.zip` (Apple Silicon — M1/M2/M3)
6461
2. Double-click the zip to extract it. You will see:
6562
```
6663
TraceV2ray

0 commit comments

Comments
 (0)