Skip to content

Commit

Permalink
Change build to use windows-2019
Browse files Browse the repository at this point in the history
Instead of windows-latest, which probably referred to windows-2022
around the time of this commit.
  • Loading branch information
Damien committed Feb 8, 2022
1 parent 90a3d6f commit 59a4852
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 @@ -59,7 +59,7 @@ jobs:
EP_PRE_RELEASE: "true"

build-windows:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 59a4852

Please sign in to comment.