Skip to content

Commit

Permalink
#3 reduce number of runners
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Apr 4, 2024
1 parent 1d0864c commit 3bd5404
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- toolchain: beta
os: ubuntu-latest
- toolchain: nightly
os: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3bd5404

Please sign in to comment.