From 45df274b80dd8572367e190a9da693b6caf5e441 Mon Sep 17 00:00:00 2001 From: Lachlan O'Dea Date: Fri, 19 Jan 2024 22:25:03 +1100 Subject: [PATCH] Also run tests on Mac and Windows. --- .github/workflows/scala.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 1eb080b..1c2373a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -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