Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dubydu committed Dec 12, 2024
1 parent 85bc590 commit 5205706
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [ "master" ]

env:
FRB_MAIN_DART_VERSION: 3.5.1
FRB_MAIN_FLUTTER_VERSION: 3.24.1
FRB_MAIN_DART_VERSION: 3.6.0
FRB_MAIN_FLUTTER_VERSION: 3.27.0

jobs:
build:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
flutter: ["3.24.1"]
flutter: ["3.27.0"]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v2
Expand All @@ -60,7 +60,7 @@ jobs:
matrix:
os: [macos-14]
xcode: ["15.4"]
flutter: ["3.24.1"]
flutter: ["3.27.0"]
exclude:
- os: macos-13
xcode: 14.3.1
Expand Down

0 comments on commit 5205706

Please sign in to comment.