Skip to content

Commit

Permalink
ci: use Windows 2019 in build-and-test-windows
Browse files Browse the repository at this point in the history
Signed-off-by: jakezhu9 <jakezhu9@gmail.com>
  • Loading branch information
jakezhu9 committed Nov 2, 2023
1 parent 25d679a commit 22e95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "releases/*"
jobs:
build-and-test:
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 22e95ae

Please sign in to comment.