mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-04 23:30:04 +00:00
Use windows-latest runner for test-assets
This commit is contained in:
2
.github/workflows/test-assets.yml
vendored
2
.github/workflows/test-assets.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user