Skip to content

ci: remove single-value platform matrix dimension#4083

Open
nogates wants to merge 1 commit into
masterfrom
nogates/ci-remove-platform-matrix
Open

ci: remove single-value platform matrix dimension#4083
nogates wants to merge 1 commit into
masterfrom
nogates/ci-remove-platform-matrix

Conversation

@nogates
Copy link
Copy Markdown
Contributor

@nogates nogates commented May 14, 2026

Summary

  • The platform matrix only contained ["ubuntu-latest"] — a matrix with one value that adds noise to the config and GitHub Actions UI without testing anything
  • Hardcode runs-on: ubuntu-latest directly on both staticcheck and test jobs

Stack

1/6 — this PR
2/6 — ci: upgrade action versions
3/6 — ci: reduce staticcheck matrix
4/6 — ci: extract license check
5/6 — ci: cache Go build cache
6/6 — ci: optimize gotestsum install

Test plan

  • Verify CI jobs still run correctly on ubuntu-latest
  • Confirm job names in Actions UI no longer include redundant platform suffix

🤖 Generated with Claude Code

The platform matrix only contained "ubuntu-latest", adding noise to the
config and GitHub Actions UI without testing anything. Hardcode the
runner directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant