Skip to content

Commit b3f1d5b

Browse files
committed
chore: Update iOS build environment in GitHub Actions workflow
- Change macOS runner version from 14 to 15. - Add step to set up Xcode 16.3.0 for building the iOS Flutter app.
1 parent 970059c commit b3f1d5b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,13 @@ jobs:
8888
build-ios:
8989
needs: test
9090
name: Build iOS flutter app
91-
runs-on: macos-14
91+
runs-on: macos-15
9292
steps:
9393
- uses: actions/checkout@v4
94+
- name: Set up Xcode 16
95+
uses: maxim-lobanov/setup-xcode@v1
96+
with:
97+
xcode-version: 16.3.0
9498
- name: Setup Flutter SDK
9599
uses: subosito/flutter-action@v2
96100
with:

0 commit comments

Comments
 (0)