Skip to content

Commit f475768

Browse files
committed
WIP
1 parent 24b0eed commit f475768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
- name: Set environment variables
139139
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
140140

141-
- name: Check for ${{ matrix.runtime }} runtime
141+
- if: ${{ matrix.platform[0] != 'macOS' }}
142+
name: Check for ${{ matrix.runtime }} runtime
142143
run: |
143144
if xcrun simctl list runtimes | grep -q "${{ matrix.runtime }}"; then
144145
echo "has_runtime=true" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)