File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
2424 # the -sys crates build htslib/bzip2/lzma/zlib from bundled C source.
2525 - target : x86_64-unknown-linux-musl
2626 os : ubuntu-latest
27- # Native macOS builds (link only system libs present on every Mac).
27+ # macOS builds on Apple Silicon runners (macos-14, plentiful). The
28+ # aarch64 build is native; the x86_64 build is cross-compiled from arm64
29+ # (the SDK ships both arches; the cc crate adds `-arch x86_64`) so the
30+ # release never waits on the scarce/deprecated Intel macos-13 runners.
2831 - target : aarch64-apple-darwin
2932 os : macos-14
3033 - target : x86_64-apple-darwin
31- os : macos-13
34+ os : macos-14
3235 steps :
3336 - uses : actions/checkout@v4
3437
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ use rust_htslib::bam::{
2424#[ derive( Parser , Debug ) ]
2525#[ command(
2626 name = "rosalind" ,
27+ version,
2728 about = "Deterministic low-memory genomics engine with a verifiable memory contract"
2829) ]
2930struct Cli {
You can’t perform that action at this time.
0 commit comments