diff options
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38b8eb8..670edc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,19 +86,13 @@ jobs: - target: aarch64-apple-darwin arch_name: aarch64 os: macos-14 - - target: universal-apple-darwin - arch_name: universal - os: macos-14 - target: x86_64-apple-darwin arch_name: x86_64 os: macos-latest - target: aarch64-apple-darwin arch_name: aarch64 os: macos-latest - - target: universal-apple-darwin - arch_name: universal - os: macos-latest - + steps: - uses: actions/checkout@v4 |