From def379d38f63652095ae65bcc26fdc68298e7815 Mon Sep 17 00:00:00 2001 From: Christian-Manuel Butzke Date: Tue, 30 Jun 2026 11:46:21 +0900 Subject: [PATCH] ci: drop macOS runner, keep ubuntu-24.04 only The conformance suite is OS-independent (pure-Python engine, virtual clock, no platform-specific paths), so the macOS leg added no coverage. Keep the matrix form so the check context stays 'test (ubuntu-24.04)'. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b37dfd..3e78128 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-latest] + os: [ubuntu-24.04] steps: - uses: actions/checkout@v4 with: