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 7f5c32c commit 71ec4e8Copy full SHA for 71ec4e8
.github/workflows/smoke-checks.yml
@@ -66,7 +66,7 @@ jobs:
66
build-old-xcode:
67
name: Build SDKs (Old Xcode)
68
runs-on: macos-14
69
- if: ${{ github.event.inputs.record_snapshots != 'true' }}
+ if: false # Disabled for now ${{ github.event.inputs.record_snapshots != 'true' }}
70
env:
71
XCODE_VERSION: "16.1"
72
steps:
0 commit comments