ci : update windows runner to windows-2022#3242
Merged
Merged
Conversation
This commit changes the windows-2019 runner to windows-2022. The motiation for this is that the windows-2019 runner is scheduled for deprection and will be removed 2025-06-30. There are currently "burnout" periods that started 2025-06-01 and during these times jobs with windows-2019 will fails which has happened lately on our CI. Refs: actions/runner-images#12045
Update paths for Visual Studio 2022 in Windows CI workflow.
This commit attempts to fix the CUDA 11.8 build for Windows 2022. It is possible to download the CUDA 11.8 toolkit from the NVIDIA website for windows 2022 so it looks like this should work.
ggerganov
approved these changes
Jun 11, 2025
bygreencn
added a commit
to bygreencn/whisper.cpp
that referenced
this pull request
Jun 29, 2025
* ggerganov/master: (335 commits) server : add Voice Activity Detection (VAD) support (ggml-org#3246) cli : fix short name conflict for vad options [no ci] (ggml-org#3247) ruby : add .gitignore entries for ext directory (ggml-org#3245) ci : update windows runner to windows-2022 (ggml-org#3242) ruby : add cleaning of library names in dependencies (ggml-org#3241) ggml : fix weak alias win32 (#0) android : fix builds (#0) sync : ggml files : remove old sources (part 2) sync : ggml files : remove old sources talk-llama : sync llama.cpp sync : ggml metal : use less stack memory in FA kernel (llama/14088) ggml-cpu : split arch-specific implementations (llama/13892) cuda : fix device sync on buffer clear (llama/14033) CANN: Simplify the environment variable setting(#13104) sycl: Add reorder to Q6_K mmvq implementation (llama/13885) cuda : fix buffer type check with integrated GPUs (llama/14069) SYCL: Implement few same quantized type copy kernels (llama/13739) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit changes the windows-2019 runner to windows-2022.
The motiation for this is that the windows-2019 runner is scheduled for deprection and will be removed 2025-06-30. There are currently "burnout" periods that started 2025-06-01 and during these times jobs with windows-2019 will fails which has happened lately on our CI.
Refs: actions/runner-images#12045