Skip to content

Commit 5126efa

Browse files
committed
WIP
1 parent abeaa4c commit 5126efa

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
@@ -119,7 +119,7 @@ jobs:
119119
echo "RUNTIME=$RUNTIME" >> $GITHUB_ENV
120120
echo "SCRIPT_PLATFORM=$SCRIPT_PLATFORM" >> $GITHUB_ENV
121121
122-
- if: ${{ env.PLATFORM != 'macOS' }}
122+
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123123
name: Check for ${{ env.RUNTIME }} runtime
124124
run: |
125125
if xcrun simctl list runtimes | grep -q "$RUNTIME"; then

0 commit comments

Comments
 (0)