revert change
This commit is contained in:
parent
a1b5a67044
commit
7bba539cc2
|
@ -29,7 +29,7 @@ runs:
|
|||
CPU=${{ inputs.cpu }}
|
||||
fi
|
||||
|
||||
if [[ '${{ inputs.os }}' == 'macos-13' ]]; then
|
||||
if [[ '${{ inputs.os }}' == 'macos' ]]; then
|
||||
OS=apple
|
||||
else
|
||||
OS='${{ inputs.os }}'
|
||||
|
|
Loading…
Reference in New Issue