Added gcc-13 CI job.

This commit is contained in:
Andrey Semashev 2024-02-06 00:35:15 +03:00
parent 988594fb9d
commit 4f7219965a

View File

@ -103,6 +103,12 @@ jobs:
os: ubuntu-22.04
install:
- g++-12
- toolset: gcc-13
cxxstd: "11,14,17,20,23"
os: ubuntu-latest
container: ubuntu:23.04
install:
- g++-13
- name: UBSAN
toolset: gcc-11
cxxstd: "11,14,17,20,23"