Skip to content

Commit 704e7f8

Browse files
committed
build(ci): Added MacOS to tests CI OS matrix
1 parent 6a2cb89 commit 704e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest ]
10+
os: [ ubuntu-latest, windows-latest, macos-latest ]
1111
# Node 16.10 due to https://github.com/facebook/jest/issues/11956
1212
node-version: [ 16.10.x, 18.x ]
1313

0 commit comments

Comments
 (0)