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

Use ARM runner #788

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Use ARM runner #788

wants to merge 2 commits into from

Conversation

richarddavison
Copy link
Contributor

Description of changes

Try new ARM hosted runners

Checklist

  • Created unit tests in tests/unit and/or in Rust for my feature if needed
  • Ran make fix to format JS and apply Clippy auto fixes
  • Made sure my code didn't add any additional warnings: make check
  • Added relevant type info in types/ directory
  • Updated documentation if needed (API.md/README.md/Other)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -80,29 +80,14 @@ jobs:
with:
toolchain: ${{ inputs.toolchain }}
- name: Run tests
if: (inputs.arch != 'aarch64' || inputs.platform != 'linux') && inputs.platform != 'windows'
if: inputs.platform == 'linux'
Copy link
Contributor

@nabetti1720 nabetti1720 Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Under this condition, the macos test seems to be skipped.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice catch!

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.

2 participants