From a07caa28370003db577057bfc30fa485ef3322ea Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Mon, 9 May 2022 23:30:24 -0500 Subject: [PATCH] test: move CI to macos-12 runners this should probe the python2/python3 failure in ios config infra --- .github/workflows/tests_e2e_android.yml | 2 +- .github/workflows/tests_e2e_ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_e2e_android.yml b/.github/workflows/tests_e2e_android.yml index 98e27e58d7..1cbe711d34 100644 --- a/.github/workflows/tests_e2e_android.yml +++ b/.github/workflows/tests_e2e_android.yml @@ -22,7 +22,7 @@ on: jobs: android: name: Android - runs-on: macos-11 + runs-on: macos-12 timeout-minutes: 70 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index f954e7dae9..757b91cd1a 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -22,7 +22,7 @@ on: jobs: ios: name: iOS - runs-on: macos-11 + runs-on: macos-12 # TODO matrix across APIs, at least 11 and 15 (lowest to highest) timeout-minutes: 60 env: