Skip to content

Commit 400f77d

Browse files
committed
ci: try macos-14 + Xcode 15.4 for Capacitor iOS build
macos-15 runner has simulator runtime mismatch with the iphoneos SDK.
1 parent f8ddce5 commit 400f77d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-15
11+
runs-on: macos-14
1212
steps:
1313
- uses: actions/checkout@v4
1414

@@ -20,7 +20,7 @@ jobs:
2020
- name: Select Xcode
2121
uses: maxim-lobanov/setup-xcode@v1
2222
with:
23-
xcode-version: '16.2'
23+
xcode-version: '15.4'
2424

2525
- name: Install dependencies and build TypeScript
2626
run: |

0 commit comments

Comments
 (0)