aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 15:07:51 +0200
committerTheo Buehler <tb@openbsd.org>2025-05-31 15:23:59 +0200
commit40be99b5c25389098ed45bca837a5973c68e10cd (patch)
treeda8c1ab21e3aa169af6d7a627afbddf87f5fc5f1
parent7b7adb7d709c19ef2acc8f3b14699dbdf364aa1c (diff)
downloadportable-40be99b5c25389098ed45bca837a5973c68e10cd.tar.gz
portable-40be99b5c25389098ed45bca837a5973c68e10cd.tar.bz2
portable-40be99b5c25389098ed45bca837a5973c68e10cd.zip
Update Windows CI runner to 2025
Fixes #1172 Change-Id: I6a6a6964447afd42de3911d945671e44f0329d41
-rw-r--r--.github/workflows/windows.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index c4c7d72..7494a21 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -21,14 +21,15 @@ jobs:
21 strategy: 21 strategy:
22 fail-fast: false 22 fail-fast: false
23 matrix: 23 matrix:
24 os: ["windows-2022", "windows-2019"] 24 os: ["windows-2022", "windows-2025"]
25 arch: ["ARM64", "x64", "Win32"] 25 arch: ["ARM64", "x64", "Win32"]
26 shared: ["ON", "OFF"] 26 shared: ["ON", "OFF"]
27 include: 27 include:
28 - os: "windows-2022" 28 - os: "windows-2022"
29 generator: "Visual Studio 17 2022" 29 generator: "Visual Studio 17 2022"
30 - os: "windows-2019" 30 - os: "windows-2025"
31 generator: "Visual Studio 16 2019" 31 # XXX - use appropriate value
32 generator: "Visual Studio 17 2022"
32 steps: 33 steps:
33 - name: "Checkout repository" 34 - name: "Checkout repository"
34 uses: actions/checkout@v4 35 uses: actions/checkout@v4