Skip to content

Commit

Permalink
fix(ci): don't build on macos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg authored Jun 12, 2023
1 parent de1a530 commit f308f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
needs: [check-codestyle]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
if: needs.file-changes.outputs.any == 'true'
steps:
Expand Down

0 comments on commit f308f1b

Please sign in to comment.