Skip to content

Commit

Permalink
update xcode version to 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Jüni committed Mar 11, 2022
1 parent 460c357 commit 97997e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97997e5

Please sign in to comment.