Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

ci: add macos-latest to CI matrix#31

Merged
N283T merged 1 commit into
mainfrom
ci/add-macos-matrix
Apr 26, 2026
Merged

ci: add macos-latest to CI matrix#31
N283T merged 1 commit into
mainfrom
ci/add-macos-matrix

Conversation

@N283T

@N283T N283T commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Run CI on both `ubuntu-latest` and `macos-latest` so the `std.Io` backends on Linux (io_uring/epoll) and macOS (kqueue) both stay green.
  • Also include `zig build cross-format` which was previously skipped.

Closes #29.

Test plan

  • Both Linux and macOS jobs go green on this branch

Closes #29.

- Run on both ubuntu-latest and macos-latest so std.Io backends
  on Linux (io_uring/epoll) and macOS (kqueue) both stay green.
- Also include 'zig build cross-format' which was previously
  skipped.
@N283T N283T merged commit 1fd33f1 into main Apr 26, 2026
2 checks passed
@N283T N283T deleted the ci/add-macos-matrix branch April 26, 2026 08:46
@N283T N283T mentioned this pull request Apr 26, 2026
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add macos-latest to the test matrix

1 participant