Skip to content

Commit

Permalink
Update Xcode version to 13.4 for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Jun 23, 2022
1 parent 17a847c commit e57b5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build_and_deploy:
name: Build and Deploy to TestFlight
runs-on: macos-11
runs-on: macos-12

steps:
- name: Setup Xcode to 13.2.1
- name: Setup Xcode to 13.4
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2.1'
xcode-version: '13.4'

- name: Checkout repository
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build_and_deploy:
name: Build and Deploy to AppCenter
runs-on: macos-11
runs-on: macos-12

steps:
- name: Setup Xcode to 13.2.1
- name: Setup Xcode to 13.4
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2.1'
xcode-version: '13.4'

- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit e57b5aa

Please sign in to comment.