diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 166b41b2a..683b1750f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: secrets: inherit with: os: macos - runner: macos-13 # workaround to: https://github.com/flutter/flutter/issues/118469 latest is still macos-12 ¯\_(ツ)_/¯ + runner: macos-latest differentiator: fm${{ github.run_id }}${{ github.run_attempt }} cleanup-cluster-flutter-macos: @@ -281,7 +281,7 @@ jobs: differentiator: fi${{ github.run_id }}${{ github.run_attempt }} flutter-tests-ios: - runs-on: macos-latest + runs-on: macos-13 # Work-around for too many file descriptors on macOS 14 name: Flutter Tests iOS timeout-minutes: 45 needs: