Skip to content

Commit e6ccae7

Browse files
authored
chore: Bump Github Actions to Xcode 16.4 (#6565)
1 parent 971ef4c commit e6ccae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-ios/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
- name: Set up Xcode
5454
uses: maxim-lobanov/setup-xcode@v1
5555
with:
56-
xcode-version: '16.2'
56+
xcode-version: '16.4'
5757

5858
- name: Set up Ruby
5959
uses: ruby/setup-ruby@v1

.github/workflows/e2e-build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Xcode
3535
uses: maxim-lobanov/setup-xcode@v1
3636
with:
37-
xcode-version: '16.2'
37+
xcode-version: '16.4'
3838

3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)