diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 7 |
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 |
