mirror of
https://github.com/curl/curl.git
synced 2026-07-29 15:52:21 +03:00
GHA/windows: bump windows-2025 runners to windows-2025-vs2026
To silence: ``` NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026 ``` Closes #21713
This commit is contained in:
parent
c583e825f7
commit
b0239417b3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -311,7 +311,7 @@ jobs:
|
|||
# build: 'autotools', sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: 'skiprun' ,
|
||||
# config: '--without-debug --with-schannel --disable-static',
|
||||
# install: 'mingw-w64-ucrt-x86_64-libssh2' }
|
||||
- { name: 'schannel dev debug', type: 'Debug', cppflags: '-DCURL_SCHANNEL_DEV_DEBUG', image: 'windows-2025',
|
||||
- { name: 'schannel dev debug', type: 'Debug', cppflags: '-DCURL_SCHANNEL_DEV_DEBUG', image: 'windows-2025-vs2026',
|
||||
build: 'cmake' , sys: 'mingw64' , env: 'x86_64' , tflags: 'skiprun' ,
|
||||
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=ON -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DCMAKE_VERBOSE_MAKEFILE=ON',
|
||||
install: 'mingw-w64-x86_64-libssh2' }
|
||||
|
|
@ -899,7 +899,7 @@ jobs:
|
|||
env: 'ucrt-x86_64'
|
||||
plat: 'uwp'
|
||||
type: 'Debug'
|
||||
image: 'windows-2025'
|
||||
image: 'windows-2025-vs2026'
|
||||
tflags: 'skiprun'
|
||||
config: >-
|
||||
-DENABLE_DEBUG=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue