From bd8930445ec1478661da165fc8a35457b4e002dc Mon Sep 17 00:00:00 2001 From: Russell Wheatley Date: Mon, 14 Aug 2023 11:38:18 +0100 Subject: [PATCH] ci: drop down to `macos-12` environment to fix iOS CI (#11451) --- .github/workflows/e2e_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index fb3a5d54dea2..d76d43c146fa 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -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: