mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-05 11:36:16 +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
|
||||
ninja -C build
|
||||
build-chat-macos:
|
||||
runs-on: macos-13-arm64
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- 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
|
||||
run: |
|
||||
softwareupdate --install-rosetta --agree-to-license
|
||||
|
Loading…
Reference in New Issue
Block a user