Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 24d5928

Browse files
feat: package env for fish-speech mac
1 parent 56b2f1d commit 24d5928

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38-
- os: "linux"
39-
name: "amd64"
40-
runs-on: "ubuntu-20-04-cuda-12-0"
41-
# - os: "mac"
38+
# - os: "linux"
4239
# name: "amd64"
43-
# runs-on: "macos-selfhosted-12"
44-
# - os: "mac"
45-
# name: "arm64"
46-
# runs-on: "macos-selfhosted-12-arm64"
47-
- os: "windows"
40+
# runs-on: "ubuntu-20-04-cuda-12-0"
41+
- os: "mac"
4842
name: "amd64"
49-
runs-on: "windows-cuda-12-0"
43+
runs-on: "macos-selfhosted-12"
44+
- os: "mac"
45+
name: "arm64"
46+
runs-on: "macos-selfhosted-12-arm64"
47+
# - os: "windows"
48+
# name: "amd64"
49+
# runs-on: "windows-cuda-12-0"
5050
steps:
5151
- name: Clone
5252
id: checkout

0 commit comments

Comments
 (0)