mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-09 23:23:54 +00:00
Added gcc-13 CI job.
This commit is contained in:
parent
988594fb9d
commit
4f7219965a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user