We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d9b25 commit 9cf8b73Copy full SHA for 9cf8b73
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
node: [22]
12
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
13
14
runs-on: ${{ matrix.os }}
15
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
0 commit comments