Skip to content

Commit

Permalink
Update CI workflow to run on Windows and MacOS (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-shkaralevich authored Apr 1, 2024
1 parent df7c92e commit 2523820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2523820

Please sign in to comment.