File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : maxim-lobanov/setup-xcode@v1.1
1515 with :
16- xcode-version : 12
16+ xcode-version : 14.2
1717 - uses : actions/checkout@v2
1818 - uses : actions/cache@v2
1919 with :
3131 steps :
3232 - uses : maxim-lobanov/setup-xcode@v1.1
3333 with :
34- xcode-version : 12
34+ xcode-version : 14.2
3535 - uses : actions/checkout@v2
3636 - uses : actions/cache@v2
3737 with :
@@ -42,10 +42,10 @@ jobs:
4242 - name : Build
4343 run : xcodebuild clean build-for-testing
4444 -scheme 'NationalWeatherService'
45- -destination 'name=iPhone 11 Pro'
45+ -destination 'name=iPhone 14 Pro'
4646 -quiet
4747 - name : Unit Test
4848 run : xcodebuild test-without-building
4949 -scheme 'NationalWeatherService'
50- -destination 'name=iPhone 11 Pro'
50+ -destination 'name=iPhone 14 Pro'
5151 -quiet
You can’t perform that action at this time.
0 commit comments