Skip to content

Commit

Permalink
force select 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed May 5, 2023
1 parent e34caa6 commit acb8815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
ruby-version: 3.1.2
bundler-cache: true

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.3"

- uses: webfactory/ssh-agent@v0.6.0
with:
ssh-private-key: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
${{ secrets.BITE_SSH_KEY }}
${{ secrets.FASTLANE_MATCH_REPO_SSH_KEY }}
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.3"

- name: "Set up ruby"
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit acb8815

Please sign in to comment.