Update CI workflow to remove dead macOS runner. (#10704)

* Update CI workflow to remove dead macOS runner.

* revert

* revert
This commit is contained in:
comfyanonymous 2025-11-10 12:35:29 -08:00 committed by GitHub
parent c350009236
commit 5ebcab3c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,15 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# os: [macos, linux, windows] # os: [macos, linux, windows]
os: [macos, linux] # os: [macos, linux]
python_version: ["3.9", "3.10", "3.11", "3.12"] os: [linux]
python_version: ["3.10", "3.11", "3.12"]
cuda_version: ["12.1"] cuda_version: ["12.1"]
torch_version: ["stable"] torch_version: ["stable"]
include: include:
- os: macos # - os: macos
runner_label: [self-hosted, macOS] # runner_label: [self-hosted, macOS]
flags: "--use-pytorch-cross-attention" # flags: "--use-pytorch-cross-attention"
- os: linux - os: linux
runner_label: [self-hosted, Linux] runner_label: [self-hosted, Linux]
flags: "" flags: ""
@ -73,14 +74,15 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos, linux] # os: [macos, linux]
os: [linux]
python_version: ["3.11"] python_version: ["3.11"]
cuda_version: ["12.1"] cuda_version: ["12.1"]
torch_version: ["nightly"] torch_version: ["nightly"]
include: include:
- os: macos # - os: macos
runner_label: [self-hosted, macOS] # runner_label: [self-hosted, macOS]
flags: "--use-pytorch-cross-attention" # flags: "--use-pytorch-cross-attention"
- os: linux - os: linux
runner_label: [self-hosted, Linux] runner_label: [self-hosted, Linux]
flags: "" flags: ""