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

Switch away from deprecated CI images #552

Merged
merged 2 commits into from
Mar 4, 2023
Merged

Conversation

LingMan
Copy link
Contributor

@LingMan LingMan commented Mar 3, 2023

  • Switch from macos-10.15 to macos-11
  • Switch from ubuntu-18.04 to ubuntu-20.04

Should fix the failing CI the last two days. Looks like another brownout before the final removal of macos-10.15.

The macos-10.15 CI image has been deprecated by Github since 2022-05-31, fully unsupported since
2022-08-30, and is slated to be fully removed by 2023-03-31 [1].

Update the relevant jobs to macOS 11, which is the oldest macOS version that still has a supported
image.

[1] https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/
The ubuntus-18.04 CI image has been deprecated by Github since 2022-08-08 and will be fully
unsupported by 2023-04-01 [1].

Update the relevant jobs to Ubuntu 20.04, which is the oldest Ubuntu version that still has a
supported image.

[1] 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/
@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit b855bd0 into bytecodealliance:main Mar 4, 2023
@LingMan LingMan deleted the ci branch March 15, 2023 16:59
sunfishcode pushed a commit that referenced this pull request May 19, 2023
* ci: Upgrade from macos-10.15 to macos-11

The macos-10.15 CI image has been deprecated by Github since 2022-05-31, fully unsupported since
2022-08-30, and is slated to be fully removed by 2023-03-31 [1].

Update the relevant jobs to macOS 11, which is the oldest macOS version that still has a supported
image.

[1] https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/

* ci: Upgrade from ubuntu-18.04 to ubuntu-20.04

The ubuntus-18.04 CI image has been deprecated by Github since 2022-08-08 and will be fully
unsupported by 2023-04-01 [1].

Update the relevant jobs to Ubuntu 20.04, which is the oldest Ubuntu version that still has a
supported image.

[1] 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/
sunfishcode pushed a commit that referenced this pull request May 19, 2023
* ci: Upgrade from macos-10.15 to macos-11

The macos-10.15 CI image has been deprecated by Github since 2022-05-31, fully unsupported since
2022-08-30, and is slated to be fully removed by 2023-03-31 [1].

Update the relevant jobs to macOS 11, which is the oldest macOS version that still has a supported
image.

[1] https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/

* ci: Upgrade from ubuntu-18.04 to ubuntu-20.04

The ubuntus-18.04 CI image has been deprecated by Github since 2022-08-08 and will be fully
unsupported by 2023-04-01 [1].

Update the relevant jobs to Ubuntu 20.04, which is the oldest Ubuntu version that still has a
supported image.

[1] 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/
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.

None yet

2 participants