Skip to content

Commit

Permalink
Fix mac & android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Aug 10, 2024
1 parent d627100 commit 1165f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- job: Build_Mac
pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'

steps:
- script: |
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- job: Build_iOS
pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'

steps:
- script: |
Expand Down
2 changes: 1 addition & 1 deletion tunet-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
flutter_secure_storage: ^9.0.0
permission_handler: ^11.0.0

system_theme: ^3.0.0
system_theme: ^2.3.1
fluttertoast: ^8.2.2
binding: ^1.0.0
shimmer_animation: ^2.1.0+1
Expand Down

0 comments on commit 1165f76

Please sign in to comment.