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 GitHub Actions to Ubuntu 22.04 and macOS 11 #24

Merged

Conversation

mbrukman
Copy link
Owner

@mbrukman mbrukman commented Apr 23, 2024

The previous versions were quite old, and in the case of macOS 10.15, no longer available, leading to stuck actions are there are no available runners to run the tests:

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Remove Python 3.6 as it is already EOL, and add Python 3.9.

Also add fail-fast: false to run all tests even if some fail, so we
can get more information about the other tests that will run in
parallel.

The previous versions were quite old, and in the case of macOS 10.15, no
longer available, leading to stuck actions are there are no available
runners to run the tests:

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Remove Python 3.6 as it is already EOL, and add Python 3.9.

Also add `fail-fast: false` to run all tests even if some fail, so we
can get more information about the other tests that will run in
parallel.
@mbrukman mbrukman force-pushed the update-github-actions-os-images-ubuntu-22.04-and-macos-11 branch from d0da94e to 7537293 Compare April 23, 2024 17:55
@mbrukman mbrukman merged commit 3e877a1 into main Apr 23, 2024
7 checks passed
@mbrukman mbrukman deleted the update-github-actions-os-images-ubuntu-22.04-and-macos-11 branch April 23, 2024 17:56
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.

1 participant