Skip to content

Commit

Permalink
fix workflows (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Sep 20, 2022
1 parent 06e1773 commit 06f7d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
devScript: ./dev.sh

- runtime: win-x64
os: windows-latest
os: windows-2019
devScript: ./dev

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
devScript: ./dev.sh

- runtime: win-x64
os: windows-latest
os: windows-2019
devScript: ./dev

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 06f7d8a

Please sign in to comment.