Skip to content

Commit 1441be7

Browse files
authored
Update build_ios.yml
1 parent 7f386b3 commit 1441be7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_ios.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ on:
33
workflow_dispatch: {}
44
jobs:
55
Build_IOS:
6-
runs-on: macos-latest
6+
runs-on: macos-14
77
steps:
88
- uses: actions/checkout@v3
99
- name: Setup Flutter
1010
uses: subosito/flutter-action@v2
1111
with:
1212
channel: 'stable'
1313
- run: flutter --version
14-
- uses: maxim-lobanov/setup-xcode@v1
15-
with:
16-
xcode-version: latest-stable
1714
- run: flutter pub get
1815
- run: flutter packages pub run build_runner build --delete-conflicting-outputs
1916
- run: flutter build ios --release --no-codesign

0 commit comments

Comments
 (0)