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: update x86 macOS to version 13 #1474

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

alaviss
Copy link
Contributor

@alaviss alaviss commented Dec 10, 2024

Summary

macOS-12 has been deprecated by GHA and runners requesting those images
no longer run. As such, upgrade our macOS 12 runners to 13.

Details

  • Starting from macOS-13, binaries no longer have default
    /usr/local/lib fallback search path. As such, the brew prefix now has
    to be installed as DYLD_FALLBACK_LIBRARY_PATH for both ARM and x86
    runners.

  • There are compatibility issues with OpenSSL 3.4.0 installed within the
    current macOS images, as such this PR pin version 3.0 instead.

@alaviss alaviss added the ci Continuous Integration label Dec 10, 2024
@alaviss alaviss requested a review from a team as a code owner December 10, 2024 07:31
macOS-12 has been deprecated by GHA
@alaviss
Copy link
Contributor Author

alaviss commented Dec 10, 2024

/merge

Copy link

Merge requested by: @alaviss

Contents after the first section break of the PR description has been removed and preserved below:


Notes for Reviewers

@chore-runner chore-runner bot enabled auto-merge December 10, 2024 20:18
@chore-runner chore-runner bot added this pull request to the merge queue Dec 10, 2024
Merged via the queue into nim-works:devel with commit b626472 Dec 10, 2024
35 checks passed
@alaviss alaviss deleted the push-wxrkzktlrmkw branch December 11, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant