mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Land #1174 - update CI runners to Windows 2025
This commit is contained in:
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@@ -21,14 +21,15 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["windows-2022", "windows-2019"]
|
||||
os: ["windows-2022", "windows-2025"]
|
||||
arch: ["ARM64", "x64", "Win32"]
|
||||
shared: ["ON", "OFF"]
|
||||
include:
|
||||
- os: "windows-2022"
|
||||
generator: "Visual Studio 17 2022"
|
||||
- os: "windows-2019"
|
||||
generator: "Visual Studio 16 2019"
|
||||
- os: "windows-2025"
|
||||
# XXX - use appropriate value
|
||||
generator: "Visual Studio 17 2022"
|
||||
steps:
|
||||
- name: "Checkout repository"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user