Skip to content

Commit 48265c6

Browse files
Update build.yml
1 parent d64897e commit 48265c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
if: runner.os == 'Linux'
6969
run: echo "/snap/bin" >> $GITHUB_PATH
7070

71-
- name: Run build script on Linux
72-
if: runner.os == 'Linux'
71+
- name: Run build script on Linux and MacOS
72+
if: runner.os == 'Linux' || runner.os == 'macos-13'
7373
run: yarn dist
7474
env:
7575
PATH: ./node_modules/.bin:$PATH

0 commit comments

Comments
 (0)