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 c28c5a0 commit b4ec829Copy full SHA for b4ec829
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
run: xcodebuild -downloadPlatform ${{ env.PLATFORM }}
125
126
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
127
- name: Check for ${{ env.RUNTIME }} runtime
+ name: Check for ${{ env.RUNTIME }} Runtime
128
run: |
129
if xcrun simctl list runtimes | grep -q "$RUNTIME"; then
130
echo "has_runtime=true" >> "$GITHUB_ENV"
0 commit comments