Skip to content

Commit c1548c6

Browse files
authored
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
1 parent f07422d commit c1548c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup jq
4646
id: install-jq
47-
uses: dcarbone/install-jq-action@main
47+
uses: ./
4848
with:
4949
version: '${{ matrix.version }}'
5050
force: '${{ matrix.force }}'

scripts/unixish-17.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case $RUNNER_OS in
2323
_os='linux'
2424
;;
2525
macOS)
26-
_os='osx'
26+
_os='macos'
2727
;;
2828

2929
*)

0 commit comments

Comments
 (0)