Skip to content

Commit a228654

Browse files
committed
Fix macOS main build
1 parent 974028c commit a228654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Build Linux
8484
run: make build
85-
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest'
85+
if: matrix.os == 'ubuntu-22.04'
8686

8787
- name: Build macOS
8888
run: make build

0 commit comments

Comments
 (0)