Fix the failing unit test. (#10037)

This commit is contained in:
comfyanonymous
2025-09-26 11:12:43 -07:00
committed by GitHub
parent ce4cb2389c
commit 2b7f9a8196

View File

@@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-2022, macos-latest]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: