Skip to content

Commit

Permalink
ci: Fix ios build to use available xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jun 14, 2024
1 parent 5720941 commit f063634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: macos-latest

steps:
- name: Set up xcode 14.2
- name: Set up xcode 14.3
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.2
xcode-version: 14.3
id: xcode

- name: Set up Go 1.x
Expand Down

0 comments on commit f063634

Please sign in to comment.