Skip to content

Commit

Permalink
CI: use GCC 10 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
That's because GCC 9 doesn't include std::from_chars from floating point
which we use in one example.
  • Loading branch information
julianoes committed Dec 20, 2024
1 parent a4f806c commit d7a19e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
matrix:
include:
- ubuntu_image: ubuntu-20.04
cc: gcc
cxx: g++
description: Ubuntu 20.04 (GCC)
cc: gcc-10
cxx: g++-10
description: Ubuntu 20.04 (GCC 10)
- ubuntu_image: ubuntu-22.04
cc: gcc
cxx: g++
Expand Down

0 comments on commit d7a19e0

Please sign in to comment.