Skip to content

Commit 6806147

Browse files
authored
ci: downgrade Windows image to fix build (#3306)
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 21c06fd commit 6806147

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.circleci/continue_config.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@ jobs:
462462

463463
build-offline-chat-installer-windows:
464464
machine:
465-
image: windows-server-2022-gui:current
465+
# we use 2024.04.01 because nvcc complains about the MSVC ver if we use anything newer
466+
image: windows-server-2022-gui:2024.04.1
466467
resource_class: windows.large
467468
shell: powershell.exe -ExecutionPolicy Bypass
468469
steps:
@@ -553,7 +554,7 @@ jobs:
553554

554555
sign-offline-chat-installer-windows:
555556
machine:
556-
image: windows-server-2022-gui:current
557+
image: windows-server-2022-gui:2024.04.1
557558
resource_class: windows.large
558559
shell: powershell.exe -ExecutionPolicy Bypass
559560
steps:
@@ -586,7 +587,7 @@ jobs:
586587

587588
build-online-chat-installer-windows:
588589
machine:
589-
image: windows-server-2022-gui:current
590+
image: windows-server-2022-gui:2024.04.1
590591
resource_class: windows.large
591592
shell: powershell.exe -ExecutionPolicy Bypass
592593
steps:
@@ -684,7 +685,7 @@ jobs:
684685

685686
sign-online-chat-installer-windows:
686687
machine:
687-
image: windows-server-2022-gui:current
688+
image: windows-server-2022-gui:2024.04.1
688689
resource_class: windows.large
689690
shell: powershell.exe -ExecutionPolicy Bypass
690691
steps:
@@ -784,7 +785,7 @@ jobs:
784785

785786
build-gpt4all-chat-windows:
786787
machine:
787-
image: windows-server-2022-gui:current
788+
image: windows-server-2022-gui:2024.04.1
788789
resource_class: windows.large
789790
shell: powershell.exe -ExecutionPolicy Bypass
790791
steps:
@@ -1047,7 +1048,7 @@ jobs:
10471048

10481049
build-py-windows:
10491050
machine:
1050-
image: windows-server-2022-gui:current
1051+
image: windows-server-2022-gui:2024.04.1
10511052
resource_class: windows.large
10521053
shell: powershell.exe -ExecutionPolicy Bypass
10531054
steps:
@@ -1244,7 +1245,7 @@ jobs:
12441245

12451246
build-bindings-backend-windows:
12461247
machine:
1247-
image: windows-server-2022-gui:current
1248+
image: windows-server-2022-gui:2024.04.1
12481249
resource_class: windows.large
12491250
shell: powershell.exe -ExecutionPolicy Bypass
12501251
steps:

0 commit comments

Comments
 (0)