diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc5ccf0..643138c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,8 +60,6 @@ jobs: include: - platform: "ubuntu-22.04" args: "--target x86_64-unknown-linux-gnu" - - platform: "macos-14" - args: "--target x86_64-apple-darwin" - platform: "macos-latest" args: "--target aarch64-apple-darwin" - platform: "windows-latest" |