Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
981 stars 141 forks source link

Avoid using macos-latest for jobs we want x86_64 macOS #1175

Closed mtreinish closed 2 months ago

mtreinish commented 2 months ago

Github actions recently changed the macos-latest runner to use macos-14, which changes the CI environment to run with arm64 instead of x86_64. This has several impacts on our test jobs where the intent was to specifically test native x86_64 macOS. This commit changes the ci configuration to use macos-13 in places where this was the case, as we were already explicitly using macos-14 where we wanted arm64 runners.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8819642348

Details


Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 6 95.53%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 8728616448: -0.03%
Covered Lines: 17314
Relevant Lines: 17943

💛 - Coveralls