From a1b5a67044942657cb236237a0f400df8fecfc90 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 10 Jul 2023 13:55:27 -0700 Subject: [PATCH] fix os version --- .github/actions/install_nimble/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install_nimble/action.yml b/.github/actions/install_nimble/action.yml index 0688d8d..287670f 100644 --- a/.github/actions/install_nimble/action.yml +++ b/.github/actions/install_nimble/action.yml @@ -29,7 +29,7 @@ runs: CPU=${{ inputs.cpu }} fi - if [[ '${{ inputs.os }}' == 'macos' ]]; then + if [[ '${{ inputs.os }}' == 'macos-13' ]]; then OS=apple else OS='${{ inputs.os }}'