Skip to content

Commit 4c14c4f

Browse files
committed
Add back macos to matrix
1 parent 858e94e commit 4c14c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, windows-latest]
9+
os: [ubuntu-latest, macos-latest, windows-latest]
1010
node-version: [20.x, 21.x, 22.x]
1111
steps:
1212
- name: Check out repository code

0 commit comments

Comments
 (0)