Skip to content

Commit 98b1ee3

Browse files
committed
ci(build): Test build using defined MSRV (currently 1.60)
1 parent 9587542 commit 98b1ee3

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
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
platform: [ubuntu-latest, windows-latest, macos-latest]
19-
toolchain: [stable, beta, nightly]
19+
toolchain: ['1.60', stable, beta, nightly]
2020
runs-on: ${{ matrix.platform }}
2121

2222
steps:

0 commit comments

Comments
 (0)