From 7e570d3b6fa07acfd241c58a6a083a08d573aeba Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Wed, 27 Mar 2024 07:34:34 +0100 Subject: [PATCH 1/3] Testing something for device_info_plus, please ignore --- .github/workflows/device_info_plus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 841879d484..7d96df8843 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -97,7 +97,7 @@ jobs: run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example macos_example_build: - runs-on: macos-14 + runs-on: macos-10 timeout-minutes: 30 steps: - name: "Checkout repository" From a1abecb6f7e04fc81d74292680b93b12a04bd5f0 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Wed, 27 Mar 2024 07:36:05 +0100 Subject: [PATCH 2/3] Update device_info_plus.yaml --- .github/workflows/device_info_plus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 7d96df8843..6d7eaadfa3 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -97,7 +97,7 @@ jobs: run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example macos_example_build: - runs-on: macos-10 + runs-on: macos-10.15 timeout-minutes: 30 steps: - name: "Checkout repository" From 83a633010693c0b49145855db65f91c02a5c4156 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Wed, 27 Mar 2024 07:58:00 +0100 Subject: [PATCH 3/3] Update device_info_plus.yaml --- .github/workflows/device_info_plus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 6d7eaadfa3..65f1a7158c 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -97,7 +97,7 @@ jobs: run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example macos_example_build: - runs-on: macos-10.15 + runs-on: macos-11 timeout-minutes: 30 steps: - name: "Checkout repository"