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 d64897e commit 48265c6Copy full SHA for 48265c6
.github/workflows/build.yml
@@ -68,8 +68,8 @@ jobs:
68
if: runner.os == 'Linux'
69
run: echo "/snap/bin" >> $GITHUB_PATH
70
71
- - name: Run build script on Linux
72
- if: runner.os == 'Linux'
+ - name: Run build script on Linux and MacOS
+ if: runner.os == 'Linux' || runner.os == 'macos-13'
73
run: yarn dist
74
env:
75
PATH: ./node_modules/.bin:$PATH
0 commit comments