Skip to content

Commit 13bfc97

Browse files
committed
use xcode for ios
1 parent 3e2ba0b commit 13bfc97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/generate-version-code/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ outputs:
2323
runs:
2424
using: "composite"
2525
steps:
26+
- name: Set up Xcode
27+
if: ${{ inputs.os == 'ios' }}
28+
uses: maxim-lobanov/setup-xcode@v1
29+
with:
30+
xcode-version: '16.2'
31+
2632
- name: Set up Ruby and Bundler
2733
uses: ruby/setup-ruby@v1
2834
with:

0 commit comments

Comments
 (0)