Skip to content

Commit 71ec4e8

Browse files
committed
Disable old Xcode job for now
1 parent 7f5c32c commit 71ec4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
build-old-xcode:
6767
name: Build SDKs (Old Xcode)
6868
runs-on: macos-14
69-
if: ${{ github.event.inputs.record_snapshots != 'true' }}
69+
if: false # Disabled for now ${{ github.event.inputs.record_snapshots != 'true' }}
7070
env:
7171
XCODE_VERSION: "16.1"
7272
steps:

0 commit comments

Comments
 (0)