use 26.4 os version on SE 3rd gen for preview tests

This commit is contained in:
Mauro Romito
2026-04-27 10:52:58 +02:00
committed by Mauro
parent bc32a05a2c
commit 13892384e8

View File

@@ -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