update build script

This commit is contained in:
2024-12-14 22:13:23 +08:00
parent 513e716608
commit 264c2b0e20
4 changed files with 54 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ jobs:
channel: 'stable'
architecture: x64
flutter-version-file: pubspec.yaml
- run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app
- run: sudo xcode-select --switch /Applications/Xcode_16.0.app
- run: flutter pub get
- run: flutter build macos --release
- run: |