Skip to content

Commit 1a75e38

Browse files
authored
chore: use latest SDK to build IPAs (#2688)
1 parent b10011d commit 1a75e38

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
needs: common
4040
runs-on: macos-latest
4141
steps:
42+
- name: Set up Xcode
43+
uses: maxim-lobanov/[email protected]
44+
with:
45+
xcode-version: latest
46+
4247
- uses: actions/checkout@v4
4348

4449
- name: iOS Workflow

.github/workflows/push-event.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ jobs:
141141
needs: common
142142
runs-on: macos-latest
143143
steps:
144+
- name: Set up Xcode
145+
uses: maxim-lobanov/[email protected]
146+
with:
147+
xcode-version: latest
148+
144149
- uses: actions/checkout@v4
145150

146151
- name: Prepare Build Keys

0 commit comments

Comments
 (0)