mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-10 10:56:50 +00:00
fix os version
This commit is contained in:
parent
7bc5c880a9
commit
a1b5a67044
2
.github/actions/install_nimble/action.yml
vendored
2
.github/actions/install_nimble/action.yml
vendored
@ -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 }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user