File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 16
16
- name : Install QT
17
17
uses : jurplel/install-qt-action@v4
18
18
with :
19
- version : ' 4.6.0 '
19
+ version : ' 5.15.11 '
20
20
host : ' windows'
21
21
target : ' desktop'
22
22
arch : ' win64_msvc2013_64'
@@ -44,21 +44,19 @@ jobs:
44
44
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -S gpt4all-chat -B build
45
45
ninja -C build
46
46
build-chat-macos :
47
- runs-on : macos-latest
47
+ runs-on : macos-13
48
48
steps :
49
49
- name : Checkout
50
50
uses : actions/checkout@v3
51
51
with :
52
52
fetch_depth : 0
53
53
submodules : true
54
54
- 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'
58
56
- name : Install QT
59
57
uses : jurplel/install-qt-action@v4
60
58
with :
61
- version : ' 4.6.0 '
59
+ version : ' 5.15.11 '
62
60
host : ' mac'
63
61
target : ' desktop'
64
62
arch : ' clang_64'
84
82
- name : Install QT
85
83
uses : jurplel/install-qt-action@v4
86
84
with :
87
- version : ' 4.6.0 '
85
+ version : ' 5.15.11 '
88
86
host : ' linux'
89
87
target : ' desktop'
90
88
arch : ' gcc_64'
You can’t perform that action at this time.
0 commit comments