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

macOS CI runners have stopped working #41

Closed
jfowkes opened this issue Dec 21, 2022 · 1 comment · Fixed by #44
Closed

macOS CI runners have stopped working #41

jfowkes opened this issue Dec 21, 2022 · 1 comment · Fixed by #44
Assignees
Labels
ci Continuous Integration

Comments

@jfowkes
Copy link
Owner

jfowkes commented Dec 21, 2022

Something changed when the macos-latest (macos-12) GitHub Actions runners got updated from version 20221204.1 to version 20221215.1 and we now get the error:

dyld[8848]: Library not loaded: '@rpath/libgcc_s.1.1.dylib'
Referenced from: '/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11/libgcc_s.1.dylib'
Reason: tried: '/usr/local/lib/libgcc_s.1.1.dylib' (no such file), '/usr/lib/libgcc_s.1.1.dylib' (no such file)

The main change seems to be an update from macOS 12.6.1 to macOS 12.6.2 (the macOS-11 runner images have the same issue).

@jfowkes jfowkes added the ci Continuous Integration label Dec 21, 2022
@jfowkes jfowkes self-assigned this Dec 21, 2022
@jfowkes jfowkes added the upstream This is an upstream issue label Dec 21, 2022
@jfowkes jfowkes removed the upstream This is an upstream issue label Jan 4, 2023
@jfowkes
Copy link
Owner Author

jfowkes commented Jan 4, 2023

Turns out this was an issue with the manually created gfortran symlinks in the CI test_mac.yml.

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 a pull request may close this issue.

1 participant