From e04c4b84e7e35744eb70fc9165dd0f737dcced67 Mon Sep 17 00:00:00 2001 From: pjurewicz Date: Fri, 20 Oct 2023 18:25:16 +0200 Subject: [PATCH] run ci tests on macos-latest-large platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Szymon Fiedler Co-authored-by: Paweł Pacana --- .github/workflows/aggregate_root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aggregate_root.yml b/.github/workflows/aggregate_root.yml index 64be776..7c2ac5b 100644 --- a/.github/workflows/aggregate_root.yml +++ b/.github/workflows/aggregate_root.yml @@ -8,7 +8,7 @@ on: - reopened jobs: test: - runs-on: macos-latest + runs-on: macos-latest-large timeout-minutes: 5 steps: - uses: actions/checkout@v4