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

migrate CI builds using ubuntu-18.04 runner image to a newer version #1905

Closed
cz4rs opened this issue Aug 9, 2022 · 2 comments · Fixed by #1907
Closed

migrate CI builds using ubuntu-18.04 runner image to a newer version #1905

cz4rs opened this issue Aug 9, 2022 · 2 comments · Fixed by #1907
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Aug 9, 2022

What Needs to be Done?
The Ubuntu 18.04 Actions runner image is being deprecated (actions/runner-images#6002). See the warning here for example.
Migrate all builds to a newer version.

@cz4rs
Copy link
Contributor Author

cz4rs commented Aug 9, 2022

Note to self: could this be enough?

--- a/scripts/workflows-azure.ini
+++ b/scripts/workflows-azure.ini
@@ -33,7 +33,7 @@ docker_target = "[% linux %]-cpp-clean"
 job_name = build
-workflow_runs_on = "vmImage: 'ubuntu-18.04'"
+workflow_runs_on = "vmImage: 'ubuntu-20.04'"
 build_root = $(ARCH)-[% linux %]-$(UBUNTU)-$(COMPILER)-cache

@cz4rs cz4rs self-assigned this Aug 9, 2022
@PhilMiller
Copy link
Member

If 22.04 is available, I think I'd prefer jumping as far forward as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants