Skip to content

CI: Ubuntu 20.04 -> 24.04 #1017

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

Merged
merged 1 commit into from
Mar 5, 2025
Merged

CI: Ubuntu 20.04 -> 24.04 #1017

merged 1 commit into from
Mar 5, 2025

Conversation

kroening
Copy link
Member

@kroening kroening commented Mar 4, 2025

Github will remove the Ubuntu 20.04 LTS runner on 2025-04-01. This moves the existing jobs from 20.04 to 24.04.

Github will remove the Ubuntu 20.04 LTS runner on 2025-04-01.  This moves
the existing jobs from 20.04 to 24.04.
@kroening kroening marked this pull request as ready for review March 4, 2025 20:24
@@ -78,7 +78,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb jq flex bison libxml2-utils cpanminus ccache z3
sudo apt-get install --no-install-recommends -yq clang-19 clang++-19 gdb jq flex bison libxml2-utils cpanminus ccache z3
Copy link
Collaborator

Choose a reason for hiding this comment

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

Perhaps this should now just be clang and clang++ instead of using a particular version of the compiler?

Copy link
Member Author

Choose a reason for hiding this comment

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

That was my first attempt -- apt-get install errors.

@kroening kroening merged commit a9c6490 into main Mar 5, 2025
9 checks passed
@kroening kroening deleted the ci-ubuntu-24-04 branch March 5, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants