Skip to content

Commit

Permalink
ci: use windows-2019 runner for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Oct 6, 2024
1 parent 180535f commit 02e2753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Build
jobs:
windows:
name: 'Windows'
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Install Qt 6
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit 02e2753

Please sign in to comment.