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

Commit 67d6cc4

Browse files
Update python-package.yml
1 parent 7ca87d0 commit 67d6cc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 8 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"
38+
- os: "linux"
39+
name: "amd64"
40+
runs-on: "ubuntu-20-04-cuda-12-0"
4141
- os: "mac"
4242
name: "amd64"
4343
runs-on: "macos-selfhosted-12"
4444
- os: "mac"
4545
name: "arm64"
46-
runs-on: "macos-silicon"
47-
# - os: "windows"
48-
# name: "amd64"
49-
# runs-on: "windows-cuda-12-0"
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
@@ -224,4 +224,4 @@ jobs:
224224
continue-on-error: true
225225
if: always() && runner.os == 'macOS'
226226
run: |
227-
security delete-keychain signing_temp.keychain
227+
security delete-keychain signing_temp.keychain

0 commit comments

Comments
 (0)