Skip to content

Commit a792fde

Browse files
committed
chore: update ci
1 parent a969866 commit a792fde

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
node-version: [20]
8484
os:
8585
- ubuntu-latest
86-
# - macos-latest
87-
# - windows-latest
86+
- macos-latest
87+
- windows-latest
8888

8989
steps:
9090
- name: Checkout code
@@ -109,11 +109,15 @@ jobs:
109109

110110
check:
111111
name: Check
112-
runs-on: ubuntu-latest
112+
runs-on: ${{ matrix.os }}
113113
timeout-minutes: 20
114114
strategy:
115115
matrix:
116116
node-version: [20]
117+
os:
118+
- ubuntu-latest
119+
- macos-latest
120+
- windows-latest
117121
steps:
118122
- name: Checkout code
119123
uses: actions/checkout@v4

0 commit comments

Comments
 (0)