Skip to content

Commit

Permalink
ci: Use macos-13 for flutter-rel as well
Browse files Browse the repository at this point in the history
macos-14 support will come soon.
Priority now is to have the CI green again.
  • Loading branch information
iamsergio committed Apr 25, 2024
1 parent 145d87f commit aa6c759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13

preset:
- name: release-flutter
Expand All @@ -36,7 +36,7 @@ jobs:
flutter_os: "linux"
- os: windows-latest
flutter_os: "windows"
- os: macos-latest
- os: macos-13
flutter_os: "macos"

steps:
Expand Down

0 comments on commit aa6c759

Please sign in to comment.