From 97997e5fc4d9c09a4a1799870d1da53015fc6368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Ju=CC=88ni?= Date: Fri, 11 Mar 2022 10:01:48 +0100 Subject: [PATCH] update xcode version to 13.2.1 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/deploy_to_cocoapods.yml | 6 +++--- .github/workflows/distribute.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd81d858..5881f936 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Switch to Xcode 12.3 - run: sudo xcode-select --switch /Applications/Xcode_12.3.app + - name: Switch to Xcode 13.2.1 + run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app - name: Fastlane test run: fastlane test @@ -34,8 +34,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Switch to Xcode 12.3 - run: sudo xcode-select --switch /Applications/Xcode_12.3.app + - name: Switch to Xcode 13.2.1 + run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app # Compile sample app for iOS Simulator (no signing) - name: Compile and run tests diff --git a/.github/workflows/deploy_to_cocoapods.yml b/.github/workflows/deploy_to_cocoapods.yml index 3ba529c6..3abc82e0 100644 --- a/.github/workflows/deploy_to_cocoapods.yml +++ b/.github/workflows/deploy_to_cocoapods.yml @@ -13,8 +13,8 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Switch to Xcode 12.3 - run: sudo xcode-select --switch /Applications/Xcode_12.3.app + - name: Switch to Xcode 13.2.1 + run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app - name: Install Cocoapods run: gem install cocoapods @@ -26,4 +26,4 @@ jobs: pod lib lint --allow-warnings pod trunk push DP3TSDK.podspec --allow-warnings env: - COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} \ No newline at end of file + COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 11ce49b1..125ce37d 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -11,8 +11,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Switch to Xcode 12.3 - run: sudo xcode-select --switch /Applications/Xcode_12.3.app + - name: Switch to Xcode 13.2.1 + run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app - name: Run fastlane build env: