mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-06 03:56:45 +00:00
Forced to use macos-latest
This commit is contained in:
parent
792451fab4
commit
8ce57e1c07
4
.github/workflows/build-chat.yml
vendored
4
.github/workflows/build-chat.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -S gpt4all-chat -B build
|
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -S gpt4all-chat -B build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
build-chat-macos:
|
build-chat-macos:
|
||||||
runs-on: macos-13-arm64
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup XCode
|
- name: Setup XCode
|
||||||
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
|
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app'
|
||||||
- name: Install Rosetta
|
- name: Install Rosetta
|
||||||
run: |
|
run: |
|
||||||
softwareupdate --install-rosetta --agree-to-license
|
softwareupdate --install-rosetta --agree-to-license
|
||||||
|
Loading…
Reference in New Issue
Block a user