From d6b3689a3eb7e9af0d43bffd4af0541bffeb124c Mon Sep 17 00:00:00 2001 From: Yeikel Date: Thu, 12 Dec 2024 10:19:30 -0500 Subject: [PATCH] test: use macos-latest-large --- .github/workflows/backend_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index e9e6f975c..109dfe2e9 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -15,7 +15,7 @@ permissions: jobs: build-and-test: - runs-on: ubuntu-latest + runs-on: macos-latest-large steps: - name: Checkout