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 macos runner to macos-13 #312

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

hendrikmuhs
Copy link
Contributor

@hendrikmuhs hendrikmuhs commented Oct 20, 2024

update the macos-12 runner image to macos-13 (12 goes EOL december 2024)

FWIW: The next upgrade macos-14 hopefully on native runner without cross-compiling

@hendrikmuhs
Copy link
Contributor Author

arm64 m1 builds broken:

➜  .dylibs lipo -info libboost_regex.dylib
Non-fat file: libboost_regex.dylib is architecture: arm64
➜  .dylibs lipo -info libicudata.75.1.dylib
Non-fat file: libicudata.75.1.dylib is architecture: x86_64
➜  .dylibs lipo -info libicui18n.75.1.dylib
Non-fat file: libicui18n.75.1.dylib is architecture: x86_64
➜  .dylibs lipo -info libicuuc.75.1.dylib
Non-fat file: libicuuc.75.1.dylib is architecture: x86_64
➜  .dylibs lipo -info libboost_program_options.dylib
Non-fat file: libboost_program_options.dylib is architecture: arm64

@hendrikmuhs
Copy link
Contributor Author

hendrikmuhs commented Oct 24, 2024

for the record: I had to pin a new version of icu: icu@75 - m1 build works again

@hendrikmuhs hendrikmuhs marked this pull request as ready for review October 24, 2024 19:21
@hendrikmuhs hendrikmuhs changed the title Renovate gh runner images, workflows, dependencies Update macos runner to macos-13 Oct 24, 2024
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