Skip to content

Commit e64f547

Browse files
committed
fix: remove windows
1 parent 207fcdf commit e64f547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
node: ['22.x']
11-
os: [ubuntu-latest, windows-latest, macOS-latest]
11+
os: [ubuntu-latest, macOS-latest]
1212

1313
steps:
1414
- name: Checkout repo
@@ -46,3 +46,4 @@ jobs:
4646

4747
- name: Build
4848
run: pnpm build
49+
https://github.com/jscottsmith/react-scroll-parallax/actions/runs/18050399519/job/51371003107?pr=279#step:9:1

0 commit comments

Comments
 (0)