-
Notifications
You must be signed in to change notification settings - Fork 56
Upgrade from GCC 13.3 to GCC 14 to support more features of C++23 #652
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
Conversation
610ac94 to
d813871
Compare
| sudo curl git build-essential make cmake libc6-dev gcc g++ \ | ||
| python3 python3-dev python3-venv | ||
| - name: install and configure gcc-14 |
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.
What is the gcc version provided by the ubuntu-24.04 runner?
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's 13.3.
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.
Please add the information in the commit log and the leading PR comment.
|
@yungyuc Fixed the description and the commit message. |
yungyuc
left a comment
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.
LGTM
Upgrade from GCC 13.3 to GCC 14 to support more features of C++23