Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #271565

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Thu 18 Jun 2026 10:56:12
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 2d70c815e4e22886875dff52415eb662a515142f

Comments

GHA/linux: use default GCC compiler, drop `CC`/`CXX` envs
At the time of the original commit, the runner was ubuntu-22.04 with
a default GCC 11. It made sense to bump to 12 manually. Since 2025,
the default is ubuntu-24.04 with GCC 13, when this became a downgrade.

Drop manual envs and bump to GCC 13 with it. Other options available are
14, 15 and 16.

Refs:
https://packages.ubuntu.com/jammy/gcc (ubuntu-22.04)
https://packages.ubuntu.com/noble/gcc (ubuntu-24.04)

Follow-up to 6079ff314b059c48f560065cdbe6da8334961e2b #22075
Follow-up to a8174176b5425c5692b55b78e40aef3a2331155f #13841

Closes #22077

Changed files