mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 16:31:30 +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:
|
||||
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
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -553,7 +554,7 @@ jobs:
|
||||
|
||||
sign-offline-chat-installer-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -586,7 +587,7 @@ jobs:
|
||||
|
||||
build-online-chat-installer-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -684,7 +685,7 @@ jobs:
|
||||
|
||||
sign-online-chat-installer-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -784,7 +785,7 @@ jobs:
|
||||
|
||||
build-gpt4all-chat-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -1047,7 +1048,7 @@ jobs:
|
||||
|
||||
build-py-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
@ -1244,7 +1245,7 @@ jobs:
|
||||
|
||||
build-bindings-backend-windows:
|
||||
machine:
|
||||
image: windows-server-2022-gui:current
|
||||
image: windows-server-2022-gui:2024.04.1
|
||||
resource_class: windows.large
|
||||
shell: powershell.exe -ExecutionPolicy Bypass
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user