-
Notifications
You must be signed in to change notification settings - Fork 123
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
[ci] Extend OS testing matrix #484
Conversation
c95a797
to
628715c
Compare
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.
Just wondering - is there any reason why this PR is unfinished and marked as a draft...?
0fc74a5
to
ada2c8e
Compare
Partially address oneapi-src#457 by adding Ubuntu 20.04 and Windows Server 2019 to the testing matrix. These are the low hanging fruit, beyond these additions we'll need to use container images.
ada2c8e
to
99b520d
Compare
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.
It looks good to me but I don't have much knowledge of github ci. So it would be useful if someone else would have a look.
Ideally, I'd like for @lukaszstolarczuk to take a look, but he's vacationing this week ;) |
FYI, I looked into this previously - it looks good to me 😉 |
Partially address #457 by adding Ubuntu 20.04 and Windows Server 2019 to
the testing matrix. These are the low hanging fruit, beyond these
additions we'll need to use container images.