Skip to content

Commit eea2b07

Browse files
committed
pinned windows runner to windows-2019 to fix build
1 parent d7e8ad7 commit eea2b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
config:
27-
- os: windows-latest
27+
- os: windows-2019
2828
- os: ubuntu-latest
2929
- os: macos-latest
3030
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)