Skip to content

Commit 8982d06

Browse files
authored
chore(ci): Update simulator version on tests (#8196)
1 parent bb13864 commit 8982d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova",
24-
"xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 16,OS=26.0' && cd ..",
24+
"xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 16,OS=26.0.1' && cd ..",
2525
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)