Skip to content

Commit 5ebcab3

Browse files
Update CI workflow to remove dead macOS runner. (Comfy-Org#10704)
* Update CI workflow to remove dead macOS runner. * revert * revert
1 parent c350009 commit 5ebcab3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/test-ci.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
# os: [macos, linux, windows]
24-
os: [macos, linux]
25-
python_version: ["3.9", "3.10", "3.11", "3.12"]
24+
# os: [macos, linux]
25+
os: [linux]
26+
python_version: ["3.10", "3.11", "3.12"]
2627
cuda_version: ["12.1"]
2728
torch_version: ["stable"]
2829
include:
29-
- os: macos
30-
runner_label: [self-hosted, macOS]
31-
flags: "--use-pytorch-cross-attention"
30+
# - os: macos
31+
# runner_label: [self-hosted, macOS]
32+
# flags: "--use-pytorch-cross-attention"
3233
- os: linux
3334
runner_label: [self-hosted, Linux]
3435
flags: ""
@@ -73,14 +74,15 @@ jobs:
7374
strategy:
7475
fail-fast: false
7576
matrix:
76-
os: [macos, linux]
77+
# os: [macos, linux]
78+
os: [linux]
7779
python_version: ["3.11"]
7880
cuda_version: ["12.1"]
7981
torch_version: ["nightly"]
8082
include:
81-
- os: macos
82-
runner_label: [self-hosted, macOS]
83-
flags: "--use-pytorch-cross-attention"
83+
# - os: macos
84+
# runner_label: [self-hosted, macOS]
85+
# flags: "--use-pytorch-cross-attention"
8486
- os: linux
8587
runner_label: [self-hosted, Linux]
8688
flags: ""

0 commit comments

Comments
 (0)