From c1548c666da8422e8207a67fae0df364cf9ee7fe Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Wed, 27 Sep 2023 18:12:19 -0500 Subject: [PATCH] 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 --- .github/workflows/tests.yaml | 2 +- scripts/unixish-17.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e29aef1..cb29fb6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -44,7 +44,7 @@ jobs: - name: Setup jq id: install-jq - uses: dcarbone/install-jq-action@main + uses: ./ with: version: '${{ matrix.version }}' force: '${{ matrix.force }}' diff --git a/scripts/unixish-17.sh b/scripts/unixish-17.sh index 77e5934..30b2a16 100755 --- a/scripts/unixish-17.sh +++ b/scripts/unixish-17.sh @@ -23,7 +23,7 @@ case $RUNNER_OS in _os='linux' ;; macOS) - _os='osx' + _os='macos' ;; *)