Skip to content

Commit a849076

Browse files
committed
ci: update run_tests to specify simulator arch to x86
1 parent 16657ba commit a849076

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fastlane/Fastfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ platform :ios do
6464
sh(%Q[echo 'let JUDGE0_KEY = "#{JUDGE0_KEY}"' >> CodeApp/Constants/Secrets.swift])
6565
end
6666

67-
run_tests(scheme: "Code UI")
67+
run_tests(
68+
scheme: "Code UI",
69+
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5,arch=x86_64"
70+
)
6871

6972
match(
7073
type: 'appstore',
@@ -105,6 +108,9 @@ platform :ios do
105108
Dir.chdir("..") do
106109
sh("./downloadFrameworks.sh")
107110
end
108-
run_tests(scheme: "Code UI")
111+
run_tests(
112+
scheme: "Code UI",
113+
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5,arch=x86_64"
114+
)
109115
end
110116
end

0 commit comments

Comments
 (0)