Skip to content

Commit

Permalink
Windows version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Nov 30, 2022
1 parent ec84d8f commit 12c79c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create release and build artifacts
jobs:
build_win:
name: Build Windows artifacts
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test builds
jobs:
build_win:
name: Windows build
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 12c79c0

Please sign in to comment.