Skip to content

Commit

Permalink
Enable linuxbrew CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer authored Apr 26, 2021
1 parent 1b207a7 commit f16e670
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
# TODO ubuntu-latest doesn't work yet because of https://github.com/Homebrew/linuxbrew-core/issues/23037
#os: [ubuntu-latest, macos-latest]
os: [macos-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit f16e670

Please sign in to comment.