We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eca1ab commit fc8e590Copy full SHA for fc8e590
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.os }}
37
strategy:
38
matrix:
39
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
40
toolchain:
41
- "1.85" # MSRV (Minimum supported rust version)
42
- stable
0 commit comments