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

fix: switch tests to ubuntu 20.04 #89

Merged
merged 1 commit into from
Dec 1, 2022
Merged

fix: switch tests to ubuntu 20.04 #89

merged 1 commit into from
Dec 1, 2022

Conversation

mvadari
Copy link
Collaborator

@mvadari mvadari commented Dec 1, 2022

High Level Overview of Change

This PR switches the Github Actions from running on ubuntu-latest (which recently switched to 22.04) to ubuntu-20.04, which fixes tests.

Context of Change

Ubuntu 22.04 upgraded OpenSSL to version 3.0, which deprecated ripemd160. Github will not add support to the runner, because they want to run only the default version.

openssl/openssl#16994
actions/runner-images#6676

Type of Change

  • Tests (You added tests for code that already exists, or your new feature included in this PR)

Test Plan

CI now passes.

@mvadari mvadari marked this pull request as ready for review December 1, 2022 19:07
@mvadari mvadari merged commit 1d6c596 into main Dec 1, 2022
@mvadari mvadari deleted the fix-actions branch December 1, 2022 19:09
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.

1 participant