diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 22b5018..fbc1029 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: 12 + xcode-version: 14.2 - uses: actions/checkout@v2 - uses: actions/cache@v2 with: @@ -31,7 +31,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: 12 + xcode-version: 14.2 - uses: actions/checkout@v2 - uses: actions/cache@v2 with: @@ -42,10 +42,10 @@ jobs: - name: Build run: xcodebuild clean build-for-testing -scheme 'NationalWeatherService' - -destination 'name=iPhone 11 Pro' + -destination 'name=iPhone 14 Pro' -quiet - name: Unit Test run: xcodebuild test-without-building -scheme 'NationalWeatherService' - -destination 'name=iPhone 11 Pro' + -destination 'name=iPhone 14 Pro' -quiet