Skip to content

Use ubuntu-24.04 runners for CI and CD workflows#140

Merged
MooVC merged 3 commits intomasterfrom
codex/update-ci/cd-to-use-preinstalled-.net-image
Mar 25, 2026
Merged

Use ubuntu-24.04 runners for CI and CD workflows#140
MooVC merged 3 commits intomasterfrom
codex/update-ci/cd-to-use-preinstalled-.net-image

Conversation

@MooVC
Copy link
Owner

@MooVC MooVC commented Mar 25, 2026

Motivation

  • Standardize the CI/CD runners to use ubuntu-24.04 instead of windows-latest to align builds with Linux-based runners and reduce dependency on Windows-specific images.

Description

  • Replaced runs-on: windows-latest with runs-on: ubuntu-24.04 in .github/workflows/ci.yml and .github/workflows/cd.yml for the build and unlist jobs, with no other behavioral changes to steps or environment variables.

Testing

  • No automated tests were executed as part of this change; the CI workflow continues to run dotnet build and dotnet test when triggered by repository events.

Codex Task

@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.85%. Comparing base (df605f8) to head (c2d8e88).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files         132      132           
  Lines        2035     2035           
  Branches      192      192           
=======================================
  Hits         1971     1971           
  Misses         27       27           
  Partials       37       37           

☔ 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.

@MooVC MooVC merged commit 3141e9e into master Mar 25, 2026
6 checks passed
@MooVC MooVC deleted the codex/update-ci/cd-to-use-preinstalled-.net-image branch March 25, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant