Skip to content

Commit

Permalink
ios fix xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed May 25, 2024
1 parent 0a6a7b9 commit d4e5e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
- name: Setup xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '14.3.1'
# xcode-version: latest-stable

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d4e5e2e

Please sign in to comment.