Skip to content

Commit

Permalink
Merge pull request #3 from johanvdhaegen/disable-ubuntu-test
Browse files Browse the repository at this point in the history
Only test on macOS for now.
  • Loading branch information
hzeller authored Apr 22, 2021
2 parents 5544d3b + 438aec0 commit b6ed5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit b6ed5fd

Please sign in to comment.