Skip to content

Commit

Permalink
Avoid the broken AZP/GHA vs2022 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 8, 2024
1 parent 036867d commit a653bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- { name: "Windows: Wix", image: "" }
name: ${{ matrix.name }}
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- name: "Checkout"
uses: actions/checkout@main
Expand Down

0 comments on commit a653bff

Please sign in to comment.