Skip to content

Conversation

@scott-huberty
Copy link
Member

@scott-huberty scott-huberty commented Oct 16, 2025

Closes #232

  1. Bump Github Actions (GHA) MacOS Intel Runner to Arm64 (MacOS 14 Sonoma). GHA Has dropped support for Intel Macs.
  2. Bump checkout
    3. Bump the Version of Python we use in the CI's from 3.9 to 3.10 (Python 3.9 hit its End of life this month: https://endoflife.date/python )
  3. Configure our CI to run our test suite every night (So we get notified of breaking upstream changes even if we go long periods between PR's).

Let's see if anything else has broken since the last PR...

@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.49%. Comparing base (d835e40) to head (302d539).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
+ Coverage   83.64%   84.49%   +0.85%     
==========================================
  Files          26       26              
  Lines        1700     1716      +16     
==========================================
+ Hits         1422     1450      +28     
+ Misses        278      266      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scott-huberty
Copy link
Member Author

Woohoo!! Everything is still passing. I guess we wrote some robust code and robust tests : )

@scott-huberty scott-huberty merged commit 04ad109 into lina-usc:main Oct 16, 2025
8 checks passed
@scott-huberty scott-huberty deleted the nightly branch October 16, 2025 04:43
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.

Drop Intel Mac (macOS-13) Github Actions VM from Continuous Integration tests

1 participant