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
This commit is contained in:
Daniel Carbone
2023-09-27 18:12:19 -05:00
committed by GitHub
parent f07422da1e
commit c1548c666d
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'
;; ;;
*) *)