From 7b2195467ba05c0122f034f365f833be2f072cf3 Mon Sep 17 00:00:00 2001 From: Antoine Marandon Date: Mon, 3 Oct 2022 16:38:27 +0900 Subject: [PATCH] Update CI --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8bb29ccb..9c4ee79f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: "13.3" + xcode-version: "14.0" - uses: actions/checkout@v2 - name: CocoaPods Lint run: pod lib lint --allow-warnings @@ -36,7 +36,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: "13.3" + xcode-version: "14.0" - uses: actions/checkout@v2 - name: Test run: fastlane run_all_tests @@ -47,7 +47,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1.1 with: - xcode-version: "13.3" + xcode-version: "14.0" - uses: actions/checkout@v2 - name: Build run: xcodebuild -scheme BrightroomUI -sdk iphoneos | xcpretty