Skip to content

Commit 3ef8728

Browse files
committed
ci: specify version of windwos to fix build issues
1 parent 95d5d7d commit 3ef8728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
os: [self_mac_11.0, ubuntu-18.04, windows-latest]
32+
os: [self_mac_11.0, ubuntu-18.04, windows-2019]
3333
steps:
3434
- uses: actions/checkout@v2
3535

0 commit comments

Comments
 (0)