Skip to content

Commit 3f01a04

Browse files
committed
fix: publish v0.2.0 artifacts without broken macOS Intel target
Remove the failing macOS x86_64 matrix/release artifact from automated publishing and align README download links to the shipped Windows, macOS arm64, and Linux artifacts for v0.2.0. Made-with: Cursor
1 parent 01cecb2 commit 3f01a04

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
archive_ext: zip
3535
binary_name: cortex.exe
3636
rust_target: x86_64-pc-windows-msvc
37-
- os_name: macos-x86_64
38-
runner: macos-14
39-
archive_name: macos-x86_64
40-
archive_ext: tar.gz
41-
binary_name: cortex
42-
rust_target: x86_64-apple-darwin
4337
- os_name: macos-aarch64
4438
runner: macos-14
4539
archive_name: macos-aarch64
@@ -127,7 +121,6 @@ jobs:
127121
files: |
128122
dist/cortex-${{ env.RELEASE_TAG }}-windows-x86_64.zip
129123
dist/cortex-${{ env.RELEASE_TAG }}-macos-aarch64.tar.gz
130-
dist/cortex-${{ env.RELEASE_TAG }}-macos-x86_64.tar.gz
131124
dist/cortex-${{ env.RELEASE_TAG }}-linux-x86_64.tar.gz
132125
generate_release_notes: true
133126
fail_on_unmatched_files: true

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ Grab the latest release from [GitHub Releases](https://github.com/AdityaVG13/cor
5858
|----------|----------|
5959
| **Windows (x86_64)** | [`cortex-v0.2.0-windows-x86_64.zip`](https://github.com/AdityaVG13/cortex/releases/download/v0.2.0/cortex-v0.2.0-windows-x86_64.zip) |
6060
| **macOS (arm64)** | [`cortex-v0.2.0-macos-aarch64.tar.gz`](https://github.com/AdityaVG13/cortex/releases/download/v0.2.0/cortex-v0.2.0-macos-aarch64.tar.gz) |
61-
| **macOS (x86_64)** | [`cortex-v0.2.0-macos-x86_64.tar.gz`](https://github.com/AdityaVG13/cortex/releases/download/v0.2.0/cortex-v0.2.0-macos-x86_64.tar.gz) |
6261
| **Linux (x86_64)** | [`cortex-v0.2.0-linux-x86_64.tar.gz`](https://github.com/AdityaVG13/cortex/releases/download/v0.2.0/cortex-v0.2.0-linux-x86_64.tar.gz) |
6362

63+
Intel macOS (`x86_64`) artifacts are temporarily unavailable in `v0.2.0`.
64+
6465
Extract the archive and place the binary on your PATH:
6566
- Windows: `cortex.exe`
6667
- macOS/Linux: `cortex`

0 commit comments

Comments
 (0)