ci: downgrade Windows image to fix build (#3306)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-12-16 14:46:23 -05:00 committed by GitHub
parent 21c06fdebf
commit 680614779e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: