diff options
| author | 2026-01-13 15:04:09 +0800 | |
|---|---|---|
| committer | 2026-01-13 15:04:09 +0800 | |
| commit | 7ca72b953e1e42659376016e0eb048593e31ed6d (patch) | |
| tree | f2aeb6d8cc1e6b0e1a358e755ee03ad1af8524cc /.github | |
| parent | c1108021d28b8b84157d5b5c75f0a04677a92aca (diff) | |
| download | DropOut-7ca72b953e1e42659376016e0eb048593e31ed6d.tar.gz DropOut-7ca72b953e1e42659376016e0eb048593e31ed6d.zip | |
chore: remove macOS 14 platform from release workflow
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" |