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

Deprecate Workflows of Ubuntu 18.04 and macOS 10.15 #531

Closed
wants to merge 2 commits into from

Conversation

der3318
Copy link

@der3318 der3318 commented Jul 10, 2023

The two runners are deprecated in 2023. Jobs relying on these OS will end up with message "waiting for a runner to pick up this job" and timeout:

Update the workflow definition file to use the following runners (that are still supported):

  • ubuntu-20.04
  • ubuntu-22.04
  • macos-11
  • macos-12 (newly added)
  • windows-2019

A sample succeeded run: https://github.com/der3318/YUView/actions/runs/5506804312

Notes

You will probably want to upgrade runners in YUViewQt/.github/workflows /qtbase.yml as well, in order to generate something like qtBase_5.15.1_focal.zip instead of keep using qtBase_5.15.1_bionic.zip.

@der3318 der3318 changed the title Deprecate Workflows of Ubuntu 18.04 and Mac OS 10.15 Deprecate Workflows of Ubuntu 18.04 and macOS 10.15 Jul 10, 2023
@ChristianFeldmann
Copy link
Member

So it was a bit of work but I did exactly what is described here. The ubntu 18 runner is deprecated and I added the newer ones. I also updated the Qt version and openSSL.
#536

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