Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Feb 9, 2024

Summary

  • OS: macOS
  • Bug fix: no
  • Type: wheels
  • Fixes:

Description

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

@MrMino
Copy link

MrMino commented Feb 27, 2024

I believe this duplicates #2224

@mayeut
Copy link
Contributor Author

mayeut commented Mar 4, 2024

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).

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

Signed-off-by: mayeut <[email protected]>
@giampaolo giampaolo merged commit b6d8c20 into giampaolo:master Mar 15, 2024
14 of 15 checks passed
@mayeut mayeut deleted the macos-14-ci branch March 15, 2024 22:33
ddelange added a commit to ddelange/psutil that referenced this pull request Apr 9, 2024
…mpaolo-master

* 'master' of https://github.com/giampaolo/psutil:
  Fix workflow visibility badges in README (giampaolo#2399)
  OpenBSD: pid_exists() returns True for thread IDs (TIDs) (giampaolo#2395)
  pid_exists() and Process() disagree on whether a pid exists when ERROR_ACCESS_DENIED (giampaolo#2394)
  fix ruff errors
  Fix typos again (giampaolo#2388)
  fix doc style
  update HISTORY / CREDITS
  Include CoreFoundation/CoreFoundation.h (giampaolo#2364)
  Tests: Compare floats less strictly (giampaolo#2372)
  chore: build macOS arm64 wheels on macos-14 (giampaolo#2375)
  Update to fix OSX older version build failure (giampaolo#2379)
  Makefile: define a PYTHON_ENV_VARS var to use with the $PYTHON var.
  fix win tests
  refact serialization tests
  always use unittest.SkipTest where needed
  Add pickle support to psutil Exceptions (giampaolo#2380)
  enable ruff preview mode
ddelange added a commit to ddelange/psutil that referenced this pull request Apr 9, 2024
* giampaolo-master:
  Fix workflow visibility badges in README (giampaolo#2399)
  OpenBSD: pid_exists() returns True for thread IDs (TIDs) (giampaolo#2395)
  pid_exists() and Process() disagree on whether a pid exists when ERROR_ACCESS_DENIED (giampaolo#2394)
  fix ruff errors
  Fix typos again (giampaolo#2388)
  fix doc style
  update HISTORY / CREDITS
  Include CoreFoundation/CoreFoundation.h (giampaolo#2364)
  Tests: Compare floats less strictly (giampaolo#2372)
  chore: build macOS arm64 wheels on macos-14 (giampaolo#2375)
  Update to fix OSX older version build failure (giampaolo#2379)
  Makefile: define a PYTHON_ENV_VARS var to use with the $PYTHON var.
  fix win tests
  refact serialization tests
  always use unittest.SkipTest where needed
  Add pickle support to psutil Exceptions (giampaolo#2380)
  enable ruff preview mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants