mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-11 05:24:01 +00:00
Use ubuntu:22.04 for clang 13, 14, 15 because GCC 13 breaks them
This commit is contained in:
parent
bced40209b
commit
a948c0fac4
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -116,17 +116,20 @@ jobs:
|
|||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-13
|
compiler: clang++-13
|
||||||
cxxstd: "11,14,17,20,2b"
|
cxxstd: "11,14,17,20,2b"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:22.04
|
||||||
install: clang-13
|
install: clang-13
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-14
|
compiler: clang++-14
|
||||||
cxxstd: "11,14,17,20,2b"
|
cxxstd: "11,14,17,20,2b"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:22.04
|
||||||
install: clang-14
|
install: clang-14
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-15
|
compiler: clang++-15
|
||||||
cxxstd: "11,14,17,20,2b"
|
cxxstd: "11,14,17,20,2b"
|
||||||
os: ubuntu-22.04
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:22.04
|
||||||
install: clang-15
|
install: clang-15
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-16
|
compiler: clang++-16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user