Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit bc5c07e

Browse files
authored
ci: specify version of windwos to fix build issues (#533)
1 parent 7e3c20d commit bc5c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [macos-latest, ubuntu-18.04, windows-latest]
27+
os: [macos-11, ubuntu-18.04, windows-2019]
2828
steps:
2929
- uses: actions/checkout@v2
3030

0 commit comments

Comments
 (0)