Skip to content

Commit

Permalink
fix: matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Feb 23, 2021
1 parent d4908fa commit 7efc135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ],
os: [ macos-latest, windows-latest, ubuntu-latest ]
toolchain: [ stable, nightly ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7efc135

Please sign in to comment.