Skip to content

Commit cc643d0

Browse files
committed
Correct Qt Version
Signed-off-by: John Parent <john.parent@kitware.com>
1 parent 0ed3128 commit cc643d0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/build-chat.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install QT
1717
uses: jurplel/install-qt-action@v4
1818
with:
19-
version: '4.6.0'
19+
version: '5.15.11'
2020
host: 'windows'
2121
target: 'desktop'
2222
arch: 'win64_msvc2013_64'
@@ -44,21 +44,19 @@ jobs:
4444
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -S gpt4all-chat -B build
4545
ninja -C build
4646
build-chat-macos:
47-
runs-on: macos-latest
47+
runs-on: macos-13
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v3
5151
with:
5252
fetch_depth: 0
5353
submodules: true
5454
- name: Setup XCode
55-
uses: maxim-lobanov/setup-xcode@v1
56-
with:
57-
xcode-version: '14.0.0'
55+
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
5856
- name: Install QT
5957
uses: jurplel/install-qt-action@v4
6058
with:
61-
version: '4.6.0'
59+
version: '5.15.11'
6260
host: 'mac'
6361
target: 'desktop'
6462
arch: 'clang_64'
@@ -84,7 +82,7 @@ jobs:
8482
- name: Install QT
8583
uses: jurplel/install-qt-action@v4
8684
with:
87-
version: '4.6.0'
85+
version: '5.15.11'
8886
host: 'linux'
8987
target: 'desktop'
9088
arch: 'gcc_64'

0 commit comments

Comments
 (0)