Skip to content

Commit

Permalink
Correct qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed Jul 18, 2024
1 parent 0ed3128 commit 9c66fd8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: '4.6.0'
version: '5.15.11'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2013_64'
Expand Down Expand Up @@ -44,21 +44,19 @@ 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
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch_depth: 0
submodules: true
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0.0'
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: '4.6.0'
version: '5.15.11'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand All @@ -84,7 +82,7 @@ jobs:
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: '4.6.0'
version: '5.15.11'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
Expand Down

0 comments on commit 9c66fd8

Please sign in to comment.