From 584946eda42d233ccdb1ddeb7e1060dd551e1ec3 Mon Sep 17 00:00:00 2001 From: Mikhail Shkaralevich <76892413+mikhail-shkaralevich@users.noreply.github.com> Date: Sat, 30 Mar 2024 12:56:42 -1000 Subject: [PATCH] Update CI workflow to run on Windows and MacOS --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22db033a..77738a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: # Re-enable once UH Groupings API is added to this repo # junit: - # runs-on: ubuntu-latest + # runs-on: [ubuntu-latest, macos-latest, windows-latest] # steps: # - name: Checkout code @@ -29,7 +29,7 @@ jobs: strategy: matrix: node-version: [ 18.x, 20.x ] - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout code