From 15c11662f8df554e32ef124ffe4d2476a1d1a477 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 4 Oct 2024 11:34:08 -0500 Subject: [PATCH] test(ci, ios): try more powerful runner, possible de-flake --- .github/workflows/tests_e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index cf1afaf4..99fc3865 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -20,7 +20,7 @@ concurrency: jobs: ios: name: iOS - runs-on: macos-14 + runs-on: macos-14-xlarge # TODO matrix across APIs, at least 10 and 13 (lowest to highest) timeout-minutes: 100 env: