Skip to content

Commit 5af7de9

Browse files
committed
try macos 15 and xcode 16
1 parent 55f1d32 commit 5af7de9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mobile-deploy-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
1414
strategy:
1515
matrix:
16-
os: [macos-26]
16+
os: [macos-15]
1717

1818
steps:
1919
- name: 'Print OS'
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup XCode
3737
uses: maxim-lobanov/setup-xcode@v1
3838
with:
39-
xcode-version: '26.3'
39+
xcode-version: '16.2.0'
4040

4141
- name: Setup environment
4242
uses: ./.github/actions/setup-env

0 commit comments

Comments
 (0)