mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 13:41:47 +00:00
Added gcc-13 CI job.
This commit is contained in:
parent
da43e63ce9
commit
06cb8d4007
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user