diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 498e3c9..332b458 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macos-latest-xlarge] runs-on: ${{ matrix.os }} diff --git a/bin/download b/bin/download index 35ccaad..e6dc27d 100755 --- a/bin/download +++ b/bin/download @@ -22,7 +22,7 @@ case "$(uname -s)" in DOWNLOAD_URL="https://github.com/xxxserxxx/gotop/releases/download/v${ASDF_INSTALL_VERSION}/gotop_v${ASDF_INSTALL_VERSION}_linux_ard64.tgz" ;; "x86_64") - DOWNLOAD_URL="https://github.com/xxxserxxx/gotop/releases/download/v${ASDF_INSTALL_VERSION}/gotop_v${ASDF_INSTALL_VERSION}_darwin_amd64.tgz" + DOWNLOAD_URL="https://github.com/xxxserxxx/gotop/releases/download/v${ASDF_INSTALL_VERSION}/gotop_v${ASDF_INSTALL_VERSION}_linux_amd64.tgz" ;; esac ;;