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

ci: pin runner image versions #1368

Merged
merged 1 commit into from
Apr 23, 2024
Merged

ci: pin runner image versions #1368

merged 1 commit into from
Apr 23, 2024

Conversation

Nytelife26
Copy link
Member

This relates to...

The key change here is using macos-12 instead of macos-latest. This
prevents the runner from switching to arm64, for which there are no
compiled versions of older Python targets (i.e. 3.8, 3.9).

The key change here is using macos-12 instead of macos-latest. This
prevents the runner from switching to arm64, for which there are no
compiled versions of older Python targets (i.e. 3.8, 3.9).
@Nytelife26 Nytelife26 requested a review from suchow as a code owner April 23, 2024 00:05
@Nytelife26 Nytelife26 added this to the 1.0.0 milestone Apr 23, 2024
@Nytelife26 Nytelife26 merged commit 03a7360 into main Apr 23, 2024
2 of 33 checks passed
@Nytelife26 Nytelife26 deleted the ci/pin-versions branch April 23, 2024 00:50
@orgua
Copy link

orgua commented May 16, 2024

but why also change ubuntu and windows? Going away from "latest" is only a workaround.

@Nytelife26
Copy link
Member Author

but why also change ubuntu and windows? Going away from "latest" is only a workaround.

in general version pinning so breaking changes are not administered automatically is a good way to run things. i will figure out a matrix that tests both, but in the meantime this is fine.

welcome back, by the way

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