Skip to content

Commit

Permalink
Also run tests on Mac and Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 19, 2024
1 parent 4bf5213 commit 45df274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install libuv
Expand Down

0 comments on commit 45df274

Please sign in to comment.