Skip to content

Commit b4ec829

Browse files
committed
WIP
1 parent c28c5a0 commit b4ec829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: xcodebuild -downloadPlatform ${{ env.PLATFORM }}
125125

126126
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
127-
name: Check for ${{ env.RUNTIME }} runtime
127+
name: Check for ${{ env.RUNTIME }} Runtime
128128
run: |
129129
if xcrun simctl list runtimes | grep -q "$RUNTIME"; then
130130
echo "has_runtime=true" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)