aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-13 07:09:15 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-13 07:09:15 +0200
commit239c0012901752dc3abbd7f78d0ece3d731cc19c (patch)
treec3219016132e7252d976be7fe234074408b471a3
parent8f7caba30049b9d24965af15c41e53648b4ff5b6 (diff)
parent9a3899d3ea4289fb647c0440d94a1e743618d94f (diff)
downloadportable-239c0012901752dc3abbd7f78d0ece3d731cc19c.tar.gz
portable-239c0012901752dc3abbd7f78d0ece3d731cc19c.tar.bz2
portable-239c0012901752dc3abbd7f78d0ece3d731cc19c.zip
Land #1360 - Use VS 2026 for Windows ARM64
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 27e6633..729ff46 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -25,10 +25,10 @@ jobs:
25 arch: ["x64", "Win32"] 25 arch: ["x64", "Win32"]
26 shared: ["ON", "OFF"] 26 shared: ["ON", "OFF"]
27 include: 27 include:
28 - os: "windows-11-arm" 28 - os: "windows-11-vs2026-arm"
29 arch: "ARM64" 29 arch: "ARM64"
30 shared: "ON" 30 shared: "ON"
31 - os: "windows-11-arm" 31 - os: "windows-11-vs2026-arm"
32 arch: "ARM64" 32 arch: "ARM64"
33 shared: "OFF" 33 shared: "OFF"
34 steps: 34 steps: