We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecee52c commit aa1fec3Copy full SHA for aa1fec3
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
needs: build
64
strategy:
65
matrix:
66
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
67
runs-on: ${{ matrix.os }}
68
timeout-minutes: 10
69
0 commit comments