Skip to content

Commit ad607c5

Browse files
authored
Prospective fix for iOS iPad builds
As the GH images are updated with new iOS SDKs, not all combinations of device and iOS versions are always available due to limited disk space. The latest iOS sdks seem now only installed for the latest 13-inch iPad.
1 parent 677f0b1 commit ad607c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- demo: demos/home-automation/rust
150150
scheme: "Home Automation"
151151
bundle_id: dev.slint.demos.HomeAutomation
152-
device: iPad Pro 13-inch (M4)
152+
device: iPad Pro 13-inch (M5)
153153
- demo: demos/energy-monitor
154154
scheme: "Energy Monitor"
155155
bundle_id: dev.slint.demos.EnergyMonitor

0 commit comments

Comments
 (0)