Skip to content

Commit

Permalink
feat: setup Xcode version in CI iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jan 6, 2024
1 parent 37e586b commit 95e639a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
name: Build iOS App
runs-on: macOS-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Checkout code
uses: actions/checkout@v2
- name: Decrypt iOS keys
Expand Down

0 comments on commit 95e639a

Please sign in to comment.