Skip to content

Commit

Permalink
Use Xcode 12 in CI instead of the beta (#6542)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 23, 2020
1 parent 8779479 commit 0c6dd55
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Build Test
Expand All @@ -210,7 +210,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Build Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: iOS Unit Tests
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Xcode 12
run: sudo xcode-select -s /Applications/Xcode_12_beta.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_12.app/Contents/Developer
- name: Initialize xcodebuild
run: xcodebuild -list
- name: Unit Tests
Expand Down

0 comments on commit 0c6dd55

Please sign in to comment.