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 CI build failures caused by Ubuntu 21.10 going EOL #3147

Merged
merged 2 commits into from
Aug 3, 2022
Merged

Conversation

MishimaHaruna
Copy link
Member

Pull Request Prelude

Changes Proposed

This fixes GitHub Actions CI build failures caused by an unsupported Ubuntu distribution not finding its package repositories online.

Ubuntu 21.10, used by the gcc-10, gcc-9 and gcc-8 CI builds is EOL since 2022-07-14. The image has been replaced with alternative versions that include the same packages.

The following changes have been made:

  • gcc-10 and gcc-9 have been moved from 21.10 to to 22.04 LTS, which will be under standard support until April 2027 and EOL in April 2032 (workflow gccold1).
  • gcc-8 has been moved from 21.10 to to 20.04 LTS, which will be under standard support until April 2025 and EOL in April 2030 (moved from workflow gccold1 to gccold2).
  • gcc-7 has been moved from 18.04 LTS to to 20.04 LTS, as described above (workflow gccold2).
  • gcc-6, gcc-5 and gcc-4.8 have been left on 18.04 LTS, which will be under standard support until April 2023 and EOL in April 2028 (moved from workflow gccold2 to gccold3).

@MishimaHaruna MishimaHaruna added this to the Release v2022.08.03 milestone Aug 2, 2022
@MishimaHaruna MishimaHaruna merged commit d1ac109 into master Aug 3, 2022
@MishimaHaruna MishimaHaruna deleted the fix-ci branch August 3, 2022 18:37
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