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

Make CI run on Mac as well #18

Open
rheitjoh opened this issue Mar 23, 2021 · 1 comment
Open

Make CI run on Mac as well #18

rheitjoh opened this issue Mar 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@rheitjoh
Copy link
Member

Since we have been having some Mac-specific problems, it seems sensible to run the CI on MacOS as well. Github Actions seems to support running on MacOS via the runs-on field. So should not be too hard to add.

@rheitjoh rheitjoh added the enhancement New feature or request label Mar 23, 2021
@rheitjoh
Copy link
Member Author

rheitjoh commented May 4, 2021

Can be easily added via

runs-on: ${{ matrix.os }}

strategy:
    matrix:
        os: [ubuntu-latest, macos-latest]

However, we still use the old (v1.26) Mcl version where the Java FFI makefile's include path is incorrect for Mac OS.
So cannot add to CI at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant