Skip to content

Commit

Permalink
Don't build macos by default, it's expensive
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Oct 21, 2022
1 parent 5cb8764 commit ce4109a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
needs: test
strategy:
matrix:
os: [ ubuntu-20.04, macos-11 ]
# os: [ ubuntu-20.04, macos-11 ]
os: [ ubuntu-20.04 ]
name: Build ${{matrix.os}}
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit ce4109a

Please sign in to comment.