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 Mac CI image #3708

Merged
merged 7 commits into from
Jul 29, 2022
Merged

Update Mac CI image #3708

merged 7 commits into from
Jul 29, 2022

Conversation

adamnovak
Copy link
Member

@adamnovak adamnovak commented Jul 25, 2022

Changelog Entry

To be copied to the draft changelog by merger:

  • Mac CI now runs on MacOS 12
  • uniform_int_distribution unit tests no longer hang on MacOS 12

Description

As noted in https://github.com/actions/virtual-environments#available-environments, the MacOS image we are using for Github Actions, macos-10.15, is deprecated. Github has started turning it off occasionally to annoy us enough to switch, and it is due to go away entirely sometime in August.

I tried macos-11, and ran into a Clang crash when building aligner.cpp, which I think we never fixed and just waited for Clang to fix it in the new Clang version that runs on MacOS 12.

On macos-12, I have the build successfully building, but running the unit tests appears to hang. I need to see if I can reproduce this hang on an interactive machine somewhere, so I can try to fix it.

@adamnovak adamnovak marked this pull request as draft July 25, 2022 20:46
@adamnovak adamnovak mentioned this pull request Jul 25, 2022
@adamnovak adamnovak marked this pull request as ready for review July 28, 2022 01:15
@adamnovak
Copy link
Member Author

I've glommed #3709 into this PR to hopefully make Mac tests actually pass.

@adamnovak adamnovak merged commit 371c103 into master Jul 29, 2022
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