Skip to content

Commit 3bd5404

Browse files
committed
#3 reduce number of runners
1 parent 1d0864c commit 3bd5404

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ jobs:
3030
matrix:
3131
toolchain:
3232
- stable
33-
- beta
34-
- nightly
3533
os:
3634
- ubuntu-latest
3735
- macos-latest
3836
- windows-latest
37+
include:
38+
- toolchain: beta
39+
os: ubuntu-latest
40+
- toolchain: nightly
41+
os: ubuntu-latest
3942

4043
steps:
4144
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)