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 24b0eed commit f475768Copy full SHA for f475768
.github/workflows/ci.yml
@@ -138,7 +138,8 @@ jobs:
138
- name: Set environment variables
139
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
140
141
- - name: Check for ${{ matrix.runtime }} runtime
+ - if: ${{ matrix.platform[0] != 'macOS' }}
142
+ name: Check for ${{ matrix.runtime }} runtime
143
run: |
144
if xcrun simctl list runtimes | grep -q "${{ matrix.runtime }}"; then
145
echo "has_runtime=true" >> "$GITHUB_ENV"
0 commit comments