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

Add tests for Ubuntu on ARM, macOS on Intel, and Windows 2025 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cclauss
Copy link

@cclauss cclauss commented Feb 8, 2025

On macOS, test on the current version of Python to verify there are no distutils issues.

Standard GitHub-hosted runners for public repositories --> ubuntu-24.04-arm, macos-13, and windows-2025.

    strategy:
      matrix:
        include:
+         - os: ubuntu-24.04-arm
+           node-version: 22.x

+         - os: macos-13
+           node-version: 22.x

+         - os: windows-2025
+           node-version: 22.x

On macOS, test on the current version of Python to verify there are no distutils issues.
@cclauss cclauss changed the title Add tests for Ubuntu on ARM, macOS on Intel and Windows 2025 Add tests for Ubuntu on ARM, macOS on Intel, and Windows 2025 Feb 9, 2025
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.

1 participant