Skip to content

Fix CI to use OS matrix#125

Merged
kristoff-it merged 1 commit into
kristoff-it:mainfrom
arkriny:fix/ci-os-matrix
Jun 7, 2026
Merged

Fix CI to use OS matrix#125
kristoff-it merged 1 commit into
kristoff-it:mainfrom
arkriny:fix/ci-os-matrix

Conversation

@arkriny
Copy link
Copy Markdown
Contributor

@arkriny arkriny commented Dec 13, 2025

The workflow already defined an OS matrix, but runs-on was hardcoded to ubuntu-latest. This is visible in the Windows job logs, where the "Set up job" step reports the operating system as Ubuntu: https://github.com/kristoff-it/superhtml/actions/runs/18610783433/job/53068568320.

This makes the job correctly use matrix.os so tests run on different platforms instead of three times on the same one.

The workflow already defined an OS matrix, but `runs-on` was hardcoded to
`ubuntu-latest`. This makes the job correctly use `matrix.os` so tests run
on different platforms instead of three times on the same one.
@kristoff-it kristoff-it merged commit 6726262 into kristoff-it:main Jun 7, 2026
@arkriny arkriny deleted the fix/ci-os-matrix branch June 7, 2026 17:15
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.

2 participants