diff options
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
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: |
