Skip to content

Commit

Permalink
use correct plat
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 10, 2024
1 parent 29577de commit 1e5d5b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04"]
os: ["self-hosted"]
python: ["3.12"]
platform: ["x86_64"]
os-name: ["jammy"]
platform: ["arm64"]
macos-target: ["13"]
os-name: ["osx"]
env:
REPO_DIR: psutil
BUILD_COMMIT: release-6.0.0
Expand Down

0 comments on commit 1e5d5b8

Please sign in to comment.