Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gr1m0h committed Feb 1, 2024
1 parent 5ef9cb1 commit 4f59cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macos-latest-xlarge]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 4f59cb6

Please sign in to comment.