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 bump versions of GitHubActions and Ubuntu #2994

Merged
merged 4 commits into from
Jul 25, 2024

Commits on Jul 6, 2024

  1. GHA/build: upgrade artifact-actions from v3 to v4

    V3 is based on Node.js v16 and will get deprecated. Currently it's just causing a warning.
    
    With v4 the artifact-upload action fails as all matrix-jobs use the same name and the
    default prevents overwriting existing ones. Therefore we use individual artifact names
    which will also preserve all logs, not just a singe one only.
    SvenRoederer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    89506d3 View commit details
    Browse the repository at this point in the history
  2. GHA: switch to ubuntu-22.04 as primary image

    Ubuntu-20.04 will be EoL in 9 months, therefore let's use the next LTS version as default.
    Images for ubuntu-24.04 are available, so use them also for building the compiler.
    SvenRoederer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fe83e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c14671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22f0dc2 View commit details
    Browse the repository at this point in the history