From 77c71ed39cd8b894a78515425cf43af51cde257f Mon Sep 17 00:00:00 2001 From: brianna Date: Thu, 7 Nov 2024 16:06:40 -0800 Subject: [PATCH 1/3] Update macos runner to 14. --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 7b303e38..62256fe8 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -47,7 +47,7 @@ jobs: fi swift-button-functional-test: - runs-on: macos-latest + runs-on: macOS-14 needs: check-pr-body-for-key # Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner. if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }} From a17d13cbeabdba23a5a84e36772039be18a92b68 Mon Sep 17 00:00:00 2001 From: brianna Date: Wed, 13 Nov 2024 14:32:03 -0800 Subject: [PATCH 2/3] Revert runner back to macos-latest. --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 62256fe8..7b303e38 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -47,7 +47,7 @@ jobs: fi swift-button-functional-test: - runs-on: macOS-14 + runs-on: macos-latest needs: check-pr-body-for-key # Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner. if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }} From deaa6ca7b0d7d7bad2e6dacbf484cf6301780792 Mon Sep 17 00:00:00 2001 From: brianna Date: Wed, 13 Nov 2024 14:35:20 -0800 Subject: [PATCH 3/3] Update simulator to iPhone 15. --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0c0536cf..80267b18 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -45,7 +45,7 @@ jobs: - sdk: 'macosx' destination: '"platform=OS X,arch=x86_64"' - sdk: 'iphonesimulator' - destination: '"platform=iOS Simulator,name=iPhone 14"' + destination: '"platform=iOS Simulator,name=iPhone 15"' steps: - uses: actions/checkout@v3 - name: Build unit test target