diff options
| author | 2026-01-13 14:05:52 +0800 | |
|---|---|---|
| committer | 2026-01-13 14:05:52 +0800 | |
| commit | eaec5e644a07930f5a566b63a4baa7f6a1f4f575 (patch) | |
| tree | 4fb29ff8ce6b2035334cba4d8df9254e1ca014a3 /.github | |
| parent | fe89b006fda27cc7db9b875eb000446b08faf580 (diff) | |
| download | DropOut-eaec5e644a07930f5a566b63a4baa7f6a1f4f575.tar.gz DropOut-eaec5e644a07930f5a566b63a4baa7f6a1f4f575.zip | |
feat: Remove universal architecture targets from macOS build matrix
Diffstat (limited to '.github')
| -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 |