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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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