Added gcc-13 CI job.

This commit is contained in:
Andrey Semashev 2024-02-06 00:46:17 +03:00
parent da43e63ce9
commit 06cb8d4007

View File

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