Skip to content

Commit

Permalink
Merge pull request #250 from vechain/dev
Browse files Browse the repository at this point in the history
ci: specify version of windwos to fix build issues
  • Loading branch information
qianbin authored Jul 25, 2022
2 parents 6fa192e + e0fb922 commit e4e7c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [self_mac_11.0, ubuntu-18.04, windows-latest]
os: [self_mac_11.0, ubuntu-18.04, windows-2019]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e4e7c6b

Please sign in to comment.