Skip to content

v1.2.0 - Stable CI Configuration

Choose a tag to compare

@ajlennon ajlennon released this 14 Nov 15:38
· 42 commits to main since this release

Release v1.2.0

CI Workflow Improvements

  • ✅ Simplified CI structure: Test job runs first, then parallel builds
  • ✅ Stable CI configuration: All 92 tests pass consistently
  • ✅ Both linux-arm64 and linux-x64 builds working reliably
  • ⚠️ CRITICAL: CI configuration is now stable - DO NOT modify

Changes

  • Restructured CI to separate test and build jobs
  • Explicit restore step ensures xunit dependencies are available
  • Clean separation prevents shared assets file conflicts
  • Tested and verified working configuration

Downloads

  • Linux ARM64: Download from GitHub Actions artifacts
  • Linux x64: Download from GitHub Actions artifacts

⚠️ Important Note

The CI workflow has been broken multiple times by unnecessary changes. The current configuration is working correctly. Please do not modify .github/workflows/ci.yml unless there is a critical bug that cannot be fixed any other way.