Skip to content

Commit d394384

Browse files
committed
fix
1 parent 3d149a6 commit d394384

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
# test only stable version of Rust on Windows and MacOS
1919
include:
2020
- rust: stable
21-
os: [windows-latest, macos-latest]
21+
os: windows-latest
22+
- rust: stable
23+
os: macos-latest
2224
runs-on: ${{ matrix.os }}
2325
steps:
2426
- name: Free disk space

0 commit comments

Comments
 (0)