Skip to content

Commit

Permalink
Merge pull request #601 from nature-heart-software/dev
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
Wurielle authored Feb 21, 2023
2 parents ab19ff5 + c9ba788 commit b1caba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
prerelease: ${{ contains(github.ref, 'rc') || contains(github.ref, 'beta') || contains(github.ref, 'alpha')}}

deploy:
needs: [ release ]
needs: [release]
strategy:
matrix:
os: [ windows-latest ]
os: [windows-2019]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit b1caba4

Please sign in to comment.