From b2c488bc87f1ae86a0b1c275cdd03e2565a73fd5 Mon Sep 17 00:00:00 2001 From: Jason von Nieda Date: Thu, 30 Nov 2023 19:11:04 -0600 Subject: [PATCH] - Testing to see if we can build this on the new beta hosted mac runner for arm. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4b2958..6f48c2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -311,7 +311,8 @@ jobs: strategy: matrix: java: [18] - runs-on: [self-hosted, macOS, ARM64] + # runs-on: [self-hosted, macOS, ARM64] + runs-on: [macos-13-xlarge] steps: - name: Checkout Repo