JuliaMath / FixedPointNumbers.jl

fixed point types for julia
Other
79 stars 34 forks source link

Update macOS test targets #290

Closed kimikage closed 2 months ago

kimikage commented 2 months ago

Recently, GitHub-hosted runner macos-latest moved from macos-12 to macos-14. macos-14 image runs on the 3 vCPU M1 (i.e., aarch64) runner. https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

So this sets up macos-13 as the conventional macOS for x86-64, and adds new macos-latest targets for julia v1 and nightly (aarch64). Unfortunately, julia v1.6 does not support M1 macOS. It looks like we will still need QEMU for a while.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.05%. Comparing base (37e83e7) to head (a46be84).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #290 +/- ## ======================================= Coverage 97.05% 97.05% ======================================= Files 7 7 Lines 782 782 ======================================= Hits 759 759 Misses 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.