mirror of
https://github.com/curl/curl.git
synced 2026-06-18 23:35:40 +03:00
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 to6079ff314b#22075 Follow-up toa8174176b5#13841 Closes #22077
This commit is contained in:
parent
6079ff314b
commit
2d70c815e4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -35,8 +35,6 @@ env:
|
|||
MAKEFLAGS: -j 5
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1850
|
||||
CC: gcc-12
|
||||
CXX: g++-12
|
||||
DO_NOT_TRACK: '1'
|
||||
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
|
||||
AWSLC_VERSION: 5.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue