1 Commits

Author SHA1 Message Date
Daniel Carbone
c1548c666d using macos as dl link os prefix in lieu of osx (#7)
* using macos as dl link os prefix in lieu of osx

* probably won't work
2023-09-27 18:12:19 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: Setup jq - name: Setup jq
id: install-jq id: install-jq
uses: dcarbone/install-jq-action@main uses: ./
with: with:
version: '${{ matrix.version }}' version: '${{ matrix.version }}'
force: '${{ matrix.force }}' force: '${{ matrix.force }}'

View File

@@ -23,7 +23,7 @@ case $RUNNER_OS in
_os='linux' _os='linux'
;; ;;
macOS) macOS)
_os='osx' _os='macos'
;; ;;
*) *)