File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ parameters:
1515 default : false
1616
1717xcode_version : &xcode_version
18- xcode-version : " 12.5 .0"
18+ xcode-version : " 13.0 .0"
1919
2020iphone_test_device : &iphone_test_device
21- device : iPhone 11
22- ios-version : " 14.4 "
21+ device : iPhone 13
22+ ios-version : " 15.0 "
2323
2424ipad_test_device : &ipad_test_device
2525 device : iPad Air (4th generation)
26- ios-version : " 14.4 "
26+ ios-version : " 15.0 "
2727
2828commands :
2929 fix-image :
@@ -38,7 +38,7 @@ commands:
3838 echo "Manually added `/usr/local/bin` to the $PATH:"
3939 echo $PATH
4040 fi
41- chruby ruby-2.6.6
41+ chruby ruby-2.7.4
4242 gem install bundler
4343
4444 # Add support for fetching SPM packages from GitHub
Original file line number Diff line number Diff line change 1- 12.5
1+ 13.0
You can’t perform that action at this time.
0 commit comments