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 GitHub Actions off of outdate ubuntu-20.04 runner image #717

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

JackPGreen
Copy link
Contributor

The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025. To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail.

I have not tested this change, if problems are reported we can address them as they occur - but we must upgrade to ensure the builds actually work.

> The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025. To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail.

I have not tested this change, if problems are reported we can address them as they occur - but we must upgrade to ensure the builds _actually work_.
@JackPGreen JackPGreen requested a review from yuce February 11, 2025 17:15
@JackPGreen JackPGreen self-assigned this Feb 11, 2025
@JackPGreen JackPGreen merged commit 72b2ff9 into hazelcast:master Feb 11, 2025
9 checks passed
JackPGreen added a commit to JackPGreen/hazelcast-python-client that referenced this pull request Feb 11, 2025
In hazelcast#717 the runner images were upgraded from Ubuntu `20` to Ubuntu `24` (implicit).

[Ubuntu `24` does not have an available Python `3.7` installation](actions/setup-python#962), so the [actions fail](https://github.com/hazelcast/hazelcast-python-client/actions/runs/13270208556).

Changes:
- removed Python `3.7` from GitHub Actions
- upgraded `setup-python` action to latest (while investigating)
JackPGreen added a commit that referenced this pull request Feb 12, 2025
In #717 the
runner images were upgraded from Ubuntu `20` to Ubuntu `24` (implicit).

[Ubuntu `24` does not have an available Python `3.7`
installation](actions/setup-python#962), so
the [actions
fail](https://github.com/hazelcast/hazelcast-python-client/actions/runs/13270208556).

Changes:
- removed Python `3.7` from GitHub Actions
- upgraded `setup-python` action to latest (while investigating)
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