Skip to content

Commit 574e8b3

Browse files
authored
Fix/workflows xcode (#14)
* Update GitHub Workflows to Xcode 14
1 parent b37ebf9 commit 574e8b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/apple.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)