Skip to content

Commit 83479cd

Browse files
committed
ci: exclude windows runs when testing older versions of next.js
1 parent 5dac3e3 commit 83479cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
shard: [1, 2, 3, 4, 5, 6, 7, 8]
122122
os: [ubuntu-latest, windows-latest]
123123
version: ${{ fromJson(needs.setup.outputs.matrix) }}
124+
exclude:
125+
- os: windows-latest
126+
version: [\"14.2.15\", \"13.5.1\"]
124127
steps:
125128
- uses: actions/checkout@v4
126129
- name: 'Install Node'

0 commit comments

Comments
 (0)