Skip to content

Commit 0b0a99b

Browse files
committed
remove x86 for apple
1 parent 138bfd6 commit 0b0a99b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build CLI binaries
22

3-
# Builds the Rust `fx` CLI (cli-rs/) for macOS (Intel + Apple Silicon), Linux,
3+
# Builds the Rust `fx` CLI (cli-rs/) for macOS (Apple Silicon), Linux,
44
# and Windows. Uploads each as a workflow artifact, and on a `v*` tag also
55
# attaches them to a GitHub Release.
6+
# ..
67

78
on:
89
push:
@@ -26,8 +27,6 @@ jobs:
2627
include:
2728
- os: ubuntu-latest
2829
target: x86_64-unknown-linux-gnu
29-
- os: macos-13
30-
target: x86_64-apple-darwin
3130
- os: macos-14
3231
target: aarch64-apple-darwin
3332
- os: windows-latest
@@ -83,6 +82,7 @@ jobs:
8382
if: startsWith(github.ref, 'refs/tags/')
8483
uses: softprops/action-gh-release@v2
8584
with:
85+
generate_release_notes: true
8686
files: |
8787
cli-rs/fx-${{ matrix.target }}.tar.gz
8888
cli-rs/fx-${{ matrix.target }}.zip

0 commit comments

Comments
 (0)