Skip to content

Commit

Permalink
Build libraries with C++26 for gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Oct 14, 2024
1 parent a09ce13 commit 8746bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- { gcc_version: "11", container: $UBUNTU_22_04, std: "11 14 17 20" }
- { gcc_version: "12", container: $UBUNTU_22_04, std: "11 14 17 20 23" }
- { gcc_version: "13", container: $UBUNTU_24_04, std: "11 14 17 20 23" }
- { gcc_version: "14", container: $UBUNTU_24_04, std: "11 14 17 20 23" }
- { gcc_version: "14", container: $UBUNTU_24_04, std: "11 14 17 20 23 26" }

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 8746bac

Please sign in to comment.