fix os version

This commit is contained in:
Jaremy Creechley 2023-07-10 13:55:27 -07:00
parent 7bc5c880a9
commit a1b5a67044
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}'