giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.38k forks source link

chore: build macOS arm64 wheels on macos-14 #2375

Closed mayeut closed 6 months ago

mayeut commented 7 months ago

Summary

Description

macos-14 runners are running on arm64 processors. This allows to test macOS arm64 wheels.

MrMino commented 7 months ago

I believe this duplicates https://github.com/giampaolo/psutil/pull/2224

mayeut commented 7 months ago

This is not a duplicate of #2224 This PR does not change the wheels that are built but allows to test macOS arm64 ones. #2224 adds universal2 for macOS which but does not test those wheels on arm64 (neither the universal2 nor the arm64 wheel).