Skip to content

Commit a62f50a

Browse files
committed
ci: add macOS to workflow matrix for testing
1 parent f9af4f5 commit a62f50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [ubuntu-latest, windows-latest]
45+
os: [ubuntu-latest, windows-latest, macos-latest]
4646
node-version: [18, 19, 20, 21, 22, 23]
4747
# Node.js release schedule: https://nodejs.org/en/about/releases/
4848

.github/workflows/legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-latest, windows-latest]
31+
os: [ubuntu-latest, windows-latest, macos-latest]
3232
node-version: [11, 12, 14, 15, 16, 17]
3333
# Node.js release schedule: https://nodejs.org/en/about/releases/
3434

0 commit comments

Comments
 (0)