Skip to content

Commit

Permalink
Tweak macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 1, 2024
1 parent 805a66b commit 383369a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 383369a

Please sign in to comment.