Skip to content

Commit 7efc135

Browse files
committed
fix: matrix
1 parent d4908fa commit 7efc135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ${{ matrix.os }}
6464
strategy:
6565
matrix:
66-
os: [ macos-latest, windows-latest, ubuntu-latest ],
66+
os: [ macos-latest, windows-latest, ubuntu-latest ]
6767
toolchain: [ stable, nightly ]
6868
steps:
6969
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)