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

ci: run tests on macOS #157

Merged
merged 1 commit into from
Mar 29, 2023
Merged

ci: run tests on macOS #157

merged 1 commit into from
Mar 29, 2023

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Mar 29, 2023

We have platform-specific code in zinniad that should be tested on macOS too.

See #75

We have platform-specific code in `zinniad` that should be tested
on macOS too.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
@bajtos bajtos requested a review from juliangruber March 29, 2023 10:07
@bajtos bajtos merged commit fa5f807 into main Mar 29, 2023
@bajtos bajtos deleted the ci-test-on-macos branch March 29, 2023 10:20
# - target: aarch64-apple-darwin
# os: macos-latest
- target: "x86_64-apple-darwin"
os: macos-latest
Copy link
Member

Choose a reason for hiding this comment

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

while we're at it, what about adding arm64 too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Great call! I have considered this too.

Unfortunately, GitHub Actions don't offer GitHub-hosted macOS runners on Apple Silicon yet. This feature is currently planned for Q4 2023 - see github/roadmap#528

I don't think we can run arm64 binaries on x64 machines, can we?

Copy link
Member

Choose a reason for hiding this comment

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

Right, makes sense! Let's wait :)

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