Skip to content

Commit

Permalink
Updated to latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Jul 22, 2024
1 parent 11da102 commit 7f34e45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
shell: bash
if: github.event_name == 'release' && github.event.action == 'published'

- name: Setup latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Setup Environment
run: |
mkdir ${{github.workspace}}/build
Expand Down

0 comments on commit 7f34e45

Please sign in to comment.