From 71534909861abff5c775d4912bd29571bd18cd40 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Apr 2024 10:59:12 +0200 Subject: [PATCH] switch back to macos-latest-xlarge --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index acf18be3c..5636e883c 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -169,7 +169,7 @@ jobs: macos-xlarge-runtime: name: Runtime (macOS ARM) - runs-on: macos-latest-large + runs-on: macos-latest-xlarge steps: - uses: actions/checkout@v3