Skip to content

Commit

Permalink
Fix macOS main build
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansingh committed Apr 26, 2024
1 parent 974028c commit a228654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Build Linux
run: make build
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest'
if: matrix.os == 'ubuntu-22.04'

- name: Build macOS
run: make build
Expand Down

0 comments on commit a228654

Please sign in to comment.