Skip to content

Commit de9eac1

Browse files
committed
Only build for windows on rustc latest, not 1.63
1 parent 132ef2e commit de9eac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- platform: macos-latest
1616
toolchain: 1.63.0
1717
- platform: windows-latest
18-
toolchain: stable
18+
toolchain: 1.63.0
1919
runs-on: ${{ matrix.platform }}
2020
steps:
2121
- name: Checkout source code

0 commit comments

Comments
 (0)