fix(ci): bump macOS mediainfo pin 26.01 -> 26.05 - #81
Open
Andreas-Garcia wants to merge 1 commit into
Open
Conversation
Homebrew's media-info formula moved past the pinned version with no older bottle available, failing the macOS test job's exact-version check.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the macOS Homebrew media-info/mediainfo expected version pin used by CI checks, aligning it with the currently-available Homebrew formula version so the macOS test job stops failing on exact-version validation.
Changes:
- Bump the macOS
mediainfopinned version insystem-dependencies-test-only.tomlfrom26.01to26.05. - Add a corresponding
[Unreleased]changelog entry documenting the CI pin update.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| system-dependencies-test-only.toml | Updates the macOS mediainfo pinned version used for CI version matching. |
| CHANGELOG.md | Documents the macOS mediainfo pin bump under [Unreleased]. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Homebrew's
media-infoformula moved past the pinned version (26.01) with no older bottle available, causing the macOS test job's exact-version check to fail. Bumps the pin to26.05to match what Homebrew currently provides.Split out of #80 as a standalone, independently-mergeable fix (unrelated to that PR's content changes).
Type of Change