From 9384626ca6d770834dbb442f2b36ef420796053c Mon Sep 17 00:00:00 2001 From: brianna Date: Thu, 7 Nov 2024 15:07:53 -0800 Subject: [PATCH] Revert macos runner to 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 013709bf..6fd583d7 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-13 + 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 }}