From bf542ebfb011b07f206e3c7cdb366eeb854639aa Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Mon, 4 Dec 2023 11:39:36 +0100 Subject: [PATCH] downgrade unnecessary runner instance (#6477) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index abf64484e..b302b4f49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -195,7 +195,7 @@ jobs: integration-tests-macos: name: Integration / macos-latest needs: unit-tests - runs-on: macos-latest-xl + runs-on: macos-latest env: HAYSTACK_MPS_ENABLED: false steps: