Skip to content

Commit

Permalink
ci/brew: Disable test workflow for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Aug 10, 2021
1 parent bf17564 commit bd04536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit bd04536

Please sign in to comment.