diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 61727b6d8..ff7833af1 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -47,11 +47,11 @@ jobs: strategy: matrix: config: - - os: macos-latest + - os: macos-latest-xl arch: x64 goarch: amd64 daemon_name: x86_64-apple-darwin - - os: macos-13-xlarge + - os: macos-latest-xl arch: arm64 goarch: arm64 daemon_name: aarch64-apple-darwin