Skip to content

Commit cf82afc

Browse files
committed
remove windows 2019 from github CI due to old rustc
1 parent 64d0a4e commit cf82afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [windows-2019, windows-latest]
21+
os: [windows-latest]
2222
steps:
2323
- uses: actions/checkout@v1
2424
- name: Build

0 commit comments

Comments
 (0)