From fdea07e38945ca89902a09c7fbc6db6bb9809d44 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Thu, 25 Apr 2024 15:29:59 +0200 Subject: [PATCH] Roll back to use non-M1 processors for now --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16f37c7b07e..e0f40af687d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/main-build macOS: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Check out repository uses: actions/checkout@v4