Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lwiechec/asdf-gum
Browse files Browse the repository at this point in the history
  • Loading branch information
lwiechec committed Nov 7, 2023
2 parents 1304f46 + 8e4bb14 commit 9d85566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: asdf plugin test
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ download_release() {
esac

case "$(uname -m)" in
aarch64) arch=aarch64 ;;
x86_64) arch=x86_64 ;;
aarch64) arch=arm64 ;;
esac
Expand Down

0 comments on commit 9d85566

Please sign in to comment.