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

Update CI script to fix deprecation notices #3601

Merged
merged 4 commits into from
Feb 24, 2023
Merged

Conversation

ptitSeb
Copy link
Contributor

@ptitSeb ptitSeb commented Feb 22, 2023

Removed the use of ubuntu-18.
Update some deprecated github actions.
Remove the use of set-output.
Also use default libstdc++ for linux-x64 on ubuntu-20

ubuntu-18 is deprecated on github, and will be removed, so this change is necessary.

The linux-x64 was using a trick to use older libstdc++ to limit dependancy. Removing this for now, ubuntu-20 is pretty standard. A workaround (maybe using other OS) may need to found later.

There are still some warning, as whywaita/actions-cache-s3@v2 is still a deprecated node.js 12 action (but the repo is active -but without bug traker anabled- so will probably be updated at some point)

@ptitSeb ptitSeb changed the title Removed the use of ubuntu-18 in CI Update CI script to fix deprecation notices Feb 22, 2023
@syrusakbary syrusakbary merged commit 871ff53 into master Feb 24, 2023
@syrusakbary syrusakbary deleted the update_ci_ubuntu-18 branch February 24, 2023 00:47
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