diff --git a/.github/workflows/build.arm64.yml b/.github/workflows/build.arm64.yml index 4d4761ae3..b6ec4fd51 100644 --- a/.github/workflows/build.arm64.yml +++ b/.github/workflows/build.arm64.yml @@ -1,4 +1,4 @@ -name: Release +name: Release arm64 on macOS on: workflow_dispatch: @@ -9,7 +9,7 @@ permissions: jobs: release: name: Release arm64 on macOS - runs-on: imacos-13-xlarge + runs-on: macos-13-xlarge steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: