Skip to content

Commit 4b576bc

Browse files
committed
remove mac build
1 parent 21b1360 commit 4b576bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
os: [ubuntu-latest, windows-latest]
15+
# macos-latest,
1516

1617
steps:
1718
- name: Check out Git repository
@@ -29,9 +30,9 @@ jobs:
2930
if: matrix.os == 'ubuntu-latest'
3031
run: npm run build:linux
3132

32-
- name: build-mac
33-
if: matrix.os == 'macos-latest'
34-
run: npm run build:mac
33+
# - name: build-mac
34+
# if: matrix.os == 'macos-latest'
35+
# run: npm run build:mac
3536

3637
- name: build-win
3738
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)