Skip to content

Commit

Permalink
Test running on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 18, 2023
1 parent 0b7817f commit 6546276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
# We test against different OSes, because the build toolchain has OS-specific dependencies.
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
node-version: ["20.x", "18.x", "16.x"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6546276

Please sign in to comment.