From aa6c7592cdb367a1034f4ac975af9e10a4b326ae Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Thu, 25 Apr 2024 16:42:56 +0100 Subject: [PATCH] ci: Use macos-13 for flutter-rel as well macos-14 support will come soon. Priority now is to have the CI green again. --- .github/workflows/flutter-rel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-rel.yml b/.github/workflows/flutter-rel.yml index 994e7f551..00bd5e017 100644 --- a/.github/workflows/flutter-rel.yml +++ b/.github/workflows/flutter-rel.yml @@ -26,7 +26,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-latest + - macos-13 preset: - name: release-flutter @@ -36,7 +36,7 @@ jobs: flutter_os: "linux" - os: windows-latest flutter_os: "windows" - - os: macos-latest + - os: macos-13 flutter_os: "macos" steps: