diff --git a/.github/workflows/cpp-packaging.yml b/.github/workflows/cpp-packaging.yml index 3d74afdd05..a54158455e 100644 --- a/.github/workflows/cpp-packaging.yml +++ b/.github/workflows/cpp-packaging.yml @@ -667,8 +667,8 @@ jobs: apis: admob,analytics,auth,database,dynamic_links,firestore,functions,installations,instance_id,messaging,remote_config,storage android_device: flame android_api: 29 - ios_device: iphone11pro - ios_version: 13.3 + ios_device: iphone8 + ios_version: 11.4 steps: - name: Checkout repo uses: actions/checkout@v2.3.1 diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index a929de8fab..7bc9b27156 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -27,10 +27,10 @@ on: default: '29' ios_device: description: 'iOS device model' - default: 'iphone11pro' + default: 'iphone8' ios_version: description: 'iOS device version' - default: '13.3' + default: '11.4' jobs: # To feed input into the job matrix, we first need to convert to a JSON