Skip to content

Commit

Permalink
Revert "github: only test no macos"
Browse files Browse the repository at this point in the history
This reverts commit 9f02793.
  • Loading branch information
aconchillo committed Apr 13, 2021
1 parent 9f02793 commit 7c91e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macOS-latest]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The goal of Guile Homebrew Tap is to provide
[Guile](https://www.gnu.org/software/guile/) libraries and applications that
can be easily installed with [Homebrew](https://brew.sh/) in macOS.
can be easily installed with [Homebrew](https://brew.sh/).

Happy hacking!

Expand Down

0 comments on commit 7c91e00

Please sign in to comment.