You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: mark osx-x86_64 smoke leg experimental (macos-13 runner deprecated) (#65)
* ci: mark osx-x86_64 smoke leg experimental (macos-13 runner deprecated)
macos-13 is the only free x86_64 macOS runner; GitHub is deprecating it
and the pool is frequently exhausted (job waited 24h for a runner on
2026-07-06). Mark experimental so an unavailable runner does not cancel
the whole smoke workflow.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: drop macos-13 (osx-x86_64) smoke leg
macos-13 is deprecated and the runner pool is exhausted. No free x86_64
macOS runner exists to replace it. Drop the leg entirely rather than
keeping a perpetually-stuck experimental entry.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: add Debian 12 and Amazon Linux 2023 smoke legs; fix job labels
- Drop macos-13 (osx-x86_64): runner deprecated, pool exhausted
- Add eclipse-temurin:25-jdk-bookworm (Debian 12, glibc 2.36) x86_64+aarch64
- Add amazoncorretto:25-al2023 (Amazon Linux 2023 / RHEL-like, glibc 2.34) x86_64+aarch64
- All container legs are experimental (non-gating probes)
- Replace hardcoded '(musl)' job-name suffix with matrix.label field so
each container leg shows its own distro tag in the UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments