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: replace Ubuntu 18.04 on GHA with Ubuntu 20.04 #716

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. ci: partially replace Ubuntu 18.04 on GHA with Ubuntu 20.04

    GitHub started the deprecation process for Ubuntu 18.04 Action
    runners on 2022-08-08, and Ubuntu 18.04 will be completely
    unsupported by 2022-12-01 (if things proceed as planned).
    
    See <https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/>
    for the announcement and more information on that.
    
    So this commit replace those Ubuntu 18.04 runners with the
    next newest Ubuntu 20.04 runner that have shown to still work
    with the newer version.
    
    The other five GHA jobs with Ubuntu 18.04 (gcc-6, gcc-7,
    clang++-3.9, clang++-4.0, clang++-5.0) still need to be dealt
    with separately later.
    striezel committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f825cf2 View commit details
    Browse the repository at this point in the history