-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add windows and macos to CI #91
base: main
Are you sure you want to change the base?
Add windows and macos to CI #91
Conversation
.github/workflows/ci.yml
Outdated
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
version: ['1.7.2'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ShouvikGhosh2048 here can you change the version to just ['1']
? I think our recent tests are in 1.8.x
, and this might be making the tests fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ubuntu fails on 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to run the test on version 1.8.x
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sourish-cmi Yes, with version being ['1']
the CI will get the latest version of Julia. The most recent test was done in 1.8.5
: https://github.com/xKDR/CRRao.jl/actions/runs/3978462222/jobs/6820258360
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
@ShouvikGhosh2048 @codetalker7 - this looks like a old PR - if we have already closed it, shall we close the PR? |
@codetalker7
This PR adds Windows and MacOS to the CI.