Skip to content

Commit 7553e7e

Browse files
committed
ci: remove windows check from size action
1 parent ee7e7a9 commit 7553e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
node: ['18.x']
10-
os: [ubuntu-latest, windows-latest, macOS-latest]
10+
os: [ubuntu-latest, macOS-latest]
1111
env:
1212
CI_JOB_NUMBER: 1
1313
steps:

0 commit comments

Comments
 (0)