Skip to content

Commit

Permalink
ci: drop down to macos-12 environment to fix iOS CI (#11451)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Aug 14, 2023
1 parent a9cecce commit bd89304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
flutter test integration_test/e2e_test.dart --dart-define=CI=true
ios:
runs-on: macos-13
# Dropped down to macos-12 as macos-13 was timing out. This suspected issue:https://github.com/actions/runner-images/issues/8023
runs-on: macos-12
timeout-minutes: 45
strategy:
matrix:
Expand Down

0 comments on commit bd89304

Please sign in to comment.