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 17440b0 commit 92f0508Copy full SHA for 92f0508
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
needs: [build_data]
49
strategy:
50
matrix:
51
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
52
include:
53
- os: ubuntu-latest
54
before_all: >-
0 commit comments