-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: pin to Ubuntu 20.04. #5407
CI: pin to Ubuntu 20.04. #5407
Conversation
Could this be done for just the jobs that are failing on |
9b21c44
to
088e21a
Compare
Sure, updated to pin just the doc build and wasi-nn job; let's see if that's enough... |
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.
I think you'll need to change ubuntu-main
to ubuntu-latest
but otherwise looks good
CI is currently broken because `ubuntu-latest` moved to 22.04, which is missing at least one package (`libclang1-9` used in our CI jobs) and may be causing other issues as well. This PR pins us back to 20.04; separately we should look into upgrading when issues are resolved.
088e21a
to
51ce099
Compare
D'oh, thanks, I'm not sure where |
CI is currently broken because `ubuntu-latest` moved to 22.04, which is missing at least one package (`libclang1-9` used in our CI jobs) and may be causing other issues as well. This PR pins us back to 20.04; separately we should look into upgrading when issues are resolved.
CI is currently broken because `ubuntu-latest` moved to 22.04, which is missing at least one package (`libclang1-9` used in our CI jobs) and may be causing other issues as well. This PR pins us back to 20.04; separately we should look into upgrading when issues are resolved. Co-authored-by: Chris Fallin <[email protected]>
CI is currently broken because
ubuntu-latest
moved to 22.04, which is missing at least one package (libclang1-9
used in our CI jobs) and may be causing other issues as well.This PR pins us back to 20.04; separately we should look into upgrading when issues are resolved.