Skip to content

Commit

Permalink
use aarch64 for macOS build instead of arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dskkato committed Nov 30, 2023
1 parent 0100396 commit 80729a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ jobs:
name: dist

# -----
macos-arm64:
macos-aarch64:
# Config
name: release - macos-arm64
name: release - macos-aarch64
runs-on: macos-latest
env:
TARGET: aarch64-apple-darwin
ARCHIVE_NAME: wgpu-macos-arm64
ARCHIVE_NAME: wgpu-macos-aarch64
MACOSX_DEPLOYMENT_TARGET: "11.0"
steps:
# Common part (same for each build)
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
publish:
name: Publish Github release
needs:
[linux-x86_64, linux-aarch64, windows-x86_64, windows-i686, macos-x86_64, macos-arm64]
[linux-x86_64, linux-aarch64, windows-x86_64, windows-i686, macos-x86_64, macos-aarch64]
runs-on: ubuntu-latest
if: success() && contains(github.ref, 'tags/v')
steps:
Expand Down

0 comments on commit 80729a2

Please sign in to comment.