From 13892384e8ba20b3b69507fb0f6744a3e365c5ab Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 27 Apr 2026 10:52:58 +0200 Subject: [PATCH] use 26.4 os version on SE 3rd gen for preview tests --- Tools/Sources/Commands/CI/PreviewTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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