We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9172606 commit a701d0cCopy full SHA for a701d0c
1 file changed
.github/workflows/cargo-build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, macos-latest, ubuntu-latest]
22
toolchain:
23
- stable
24
steps:
0 commit comments