We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeaa4c commit 5126efaCopy full SHA for 5126efa
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
echo "RUNTIME=$RUNTIME" >> $GITHUB_ENV
120
echo "SCRIPT_PLATFORM=$SCRIPT_PLATFORM" >> $GITHUB_ENV
121
122
- - if: ${{ env.PLATFORM != 'macOS' }}
+ - if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123
name: Check for ${{ env.RUNTIME }} runtime
124
run: |
125
if xcrun simctl list runtimes | grep -q "$RUNTIME"; then
0 commit comments