Skip to content

Commit 008f9e0

Browse files
committed
Use Xcode 15.0 for GHA workflow
1 parent f55515f commit 008f9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Xcode
1414
uses: maxim-lobanov/setup-xcode@v1
1515
with:
16-
xcode-version: '13.4.1'
16+
xcode-version: '15.0'
1717
- name: Publish KMMViewModelCoreObjC
1818
run: pod trunk push KMMViewModelCoreObjC.podspec --synchronous
1919
env:

0 commit comments

Comments
 (0)