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

ci: use ubuntu-22.04 instead of 20.04 as actions is EOLing 20.04 #109

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PastaPastaPasta
Copy link
Member

No description provided.

@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-20.04 ]
os: [ macos-latest, ubuntu-22.04 ]
Copy link
Collaborator

@kwvg kwvg Feb 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using ubuntu-latest instead, we already do it for binds (source) and it'd take care of valgrind-related failures (build) caused by Bug 452758 resolved in Valgrind 3.20 (source). jammy ships with 3.18 (source) while noble ships with 3.22 (source).

See https://github.com/kwvg/bls-signatures/actions/runs/13326187797 for 5552df3.

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