We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f9b1b commit 8c617b4Copy full SHA for 8c617b4
2 files changed
.github/workflows/release.yml
@@ -27,10 +27,6 @@ jobs:
27
target: aarch64-unknown-linux-gnu
28
archive_ext: tar.gz
29
bin_path: target/aarch64-unknown-linux-gnu/release/fsrt
30
- - os: macos-13
31
- target: x86_64-apple-darwin
32
- archive_ext: tar.gz
33
- bin_path: target/x86_64-apple-darwin/release/fsrt
34
- os: macos-14
35
target: aarch64-apple-darwin
36
README.md
@@ -81,7 +81,6 @@ architecture combinations:
81
82
- `x86_64-unknown-linux-gnu`
83
- `aarch64-unknown-linux-gnu`
84
-- `x86_64-apple-darwin`
85
- `aarch64-apple-darwin`
86
- `x86_64-pc-windows-msvc`
87
0 commit comments