Bump build-validate-publish workflow image#2371
Merged
Conversation
This should fix build issues like the following:
**Setup toolchain**
$ pipx --version
1.8.0
$ pipx install bikeshed --quiet
creating virtual environment...
installing bikeshed...
done! ✨ 🌟 ✨
installed package bikeshed 6.1.1, installed using Python 3.10.12
These apps are now globally available
- bikeshed
$ bikeshed update
Bikeshed now requires Python 3.12 or higher; you are on 3.10.12.
For instructions on how to set up a pyenv with 3.12, see:
https://speced.github.io/bikeshed/#installing
Command `bikeshed update` failed with exit code: 1.
Error: Process completed with exit code 1.
The `ubuntu-24.04` runner image includes Python 3.12.3.
MasterKale
approved these changes
Dec 10, 2025
Contributor
MasterKale
left a comment
There was a problem hiding this comment.
Nice find @emlun thanks for investigating 👏
timcappalli
approved these changes
Dec 11, 2025
selfissued
approved these changes
Dec 11, 2025
Member
Author
|
Unfortunately the build is still failing, but now it looks like this is due to incompatibilities with Bikeshed 5.4.1+. I suppose we'll need to either pin the Bikeshed version to 5.4.0 or fix the incompatibilities in the spec markup. |
MasterKale
reviewed
Dec 11, 2025
See w3c/spec-prod#219 (comment) Thanks @MasterKale for arranging this! (See w3c/spec-prod#141 (comment) )
Member
Author
|
Build now succeeds, thanks @MasterKale! |
github-actions Bot
added a commit
that referenced
this pull request
Dec 15, 2025
SHA: aebc94c Reason: push, by emlun Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions Bot
added a commit
to johnperez416/webauthn
that referenced
this pull request
Dec 15, 2025
SHA: aebc94c Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
7 tasks
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.
This should fix build issues like the following:
The
ubuntu-24.04runner image includes Python 3.12.3.Closes #2370.