From 536162a4526ffc8b5dd1a0c0d7eb2f33961e0e59 Mon Sep 17 00:00:00 2001 From: John Parent Date: Mon, 22 Jul 2024 12:36:52 -0400 Subject: [PATCH] proper macos version --- .github/workflows/build-chat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-chat.yml b/.github/workflows/build-chat.yml index 449591b7..4c9ef73a 100644 --- a/.github/workflows/build-chat.yml +++ b/.github/workflows/build-chat.yml @@ -54,7 +54,7 @@ jobs: cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -S gpt4all-chat -B build ninja -C build build-chat-macos: - runs-on: macos-latest + runs-on: macos-13-arm64 steps: - name: Checkout uses: actions/checkout@v3