mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-17 17:02:09 +00:00
ci: downgrade Windows image to fix build (#3306)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
21c06fdebf
commit
680614779e
@ -462,7 +462,8 @@ jobs:
|
|||||||
|
|
||||||
build-offline-chat-installer-windows:
|
build-offline-chat-installer-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
# we use 2024.04.01 because nvcc complains about the MSVC ver if we use anything newer
|
||||||
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -553,7 +554,7 @@ jobs:
|
|||||||
|
|
||||||
sign-offline-chat-installer-windows:
|
sign-offline-chat-installer-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -586,7 +587,7 @@ jobs:
|
|||||||
|
|
||||||
build-online-chat-installer-windows:
|
build-online-chat-installer-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -684,7 +685,7 @@ jobs:
|
|||||||
|
|
||||||
sign-online-chat-installer-windows:
|
sign-online-chat-installer-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -784,7 +785,7 @@ jobs:
|
|||||||
|
|
||||||
build-gpt4all-chat-windows:
|
build-gpt4all-chat-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -1047,7 +1048,7 @@ jobs:
|
|||||||
|
|
||||||
build-py-windows:
|
build-py-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
@ -1244,7 +1245,7 @@ jobs:
|
|||||||
|
|
||||||
build-bindings-backend-windows:
|
build-bindings-backend-windows:
|
||||||
machine:
|
machine:
|
||||||
image: windows-server-2022-gui:current
|
image: windows-server-2022-gui:2024.04.1
|
||||||
resource_class: windows.large
|
resource_class: windows.large
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user