Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest Ubuntu version for GitHub deploy workflow #757

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

oliverdunk
Copy link
Member

Our deploy workflow was failing because it was using an older version of Ubuntu (which in turn had an older version of Python). Update our YML configuration to use the latest version.

I considered pinning to a newer version but this matches both our other workflows and the w3c/spec-prod repo [1] so seems like a better choice.

I tested the change here: https://github.com/oliverdunk/webextensions/actions/runs/13080342576

[1] https://github.com/w3c/spec-prod/blob/main/.github/workflows/docs.yml

Our deploy workflow was failing because it was using an older version of
Ubuntu (which in turn had an older version of Python). Update our YML
configuration to use the latest version.

I considered pinning to a newer version but this matches both our other
workflows and the w3c/spec-prod repo [1] so seems like a better choice.

[1] https://github.com/w3c/spec-prod/blob/main/.github/workflows/docs.yml
@oliverdunk oliverdunk requested a review from dotproto January 31, 2025 20:35
@xeenon xeenon merged commit 4f7fad3 into w3c:main Feb 1, 2025
3 checks passed
github-actions bot added a commit that referenced this pull request Feb 1, 2025
SHA: 4f7fad3
Reason: push, by xeenon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Feb 1, 2025
SHA: 4f7fad3
Reason: push, by xeenon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@dotproto
Copy link
Member

dotproto commented Feb 1, 2025

Thanks for catching and fixing this, Oliver!

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.

3 participants