diff --git a/Tools/Sources/Commands/CI/PreviewTests.swift b/Tools/Sources/Commands/CI/PreviewTests.swift index 00f666054..a97f1067a 100644 --- a/Tools/Sources/Commands/CI/PreviewTests.swift +++ b/Tools/Sources/Commands/CI/PreviewTests.swift @@ -6,7 +6,7 @@ struct PreviewTests: AsyncParsableCommand { abstract: "Runs the preview test CI workflow, with optional snapshot recording.") @Option(help: "iOS version for the simulator.") - var osVersion = "26.4.1" + var osVersion = "26.4" @Flag(help: "Re-record snapshots for tests that fail or are missing a reference image.") var record = false