From ceb213761c2c70eed6d23a2778732b710ff90c5d Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:44:59 +0530 Subject: [PATCH] ci: change the latest platform to macos-latest-large --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97c20b31..44095ff4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: build: name: 'Tests & Coverage' needs: cancel_previous - runs-on: macOS-latest + runs-on: macos-latest-large env: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: