revert change

This commit is contained in:
Jaremy Creechley 2023-07-10 13:58:44 -07:00
parent a1b5a67044
commit 7bba539cc2
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-13' ]]; then
if [[ '${{ inputs.os }}' == 'macos' ]]; then
OS=apple
else
OS='${{ inputs.os }}'