Skip to content

Commit

Permalink
feat: add codesign for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hiento09 committed Dec 9, 2024
1 parent 6525313 commit e7a8dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: "macos-selfhosted-12"
- os: "mac"
name: "arm64"
runs-on: "macos-13-arm"
runs-on: "macos-silicon"
# - os: "windows"
# name: "amd64"
# runs-on: "windows-cuda-12-0"
Expand Down

0 comments on commit e7a8dd1

Please sign in to comment.