Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/windows-release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:

jobs:
package:
runs-on: windows-latest
# WCDB 2.1.16's release build targets the Visual Studio 2022 generator.
# Pin the matching image instead of following windows-latest to VS 2026.
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
Expand Down
Loading