mirror of
https://github.com/boostorg/optional.git
synced 2025-08-02 05:54:29 +02:00
GHA: Fix failing jobs by updating removed images
This commit is contained in:
committed by
Andrzej Krzemienski
parent
e59b1bce1d
commit
76c82e83ae
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -112,7 +112,8 @@ jobs:
|
|||||||
buildtype: "boost"
|
buildtype: "boost"
|
||||||
packages: ""
|
packages: ""
|
||||||
packages_to_remove: ""
|
packages_to_remove: ""
|
||||||
os: "ubuntu-18.04"
|
os: "ubuntu-22.04"
|
||||||
|
container: "ubuntu:18.04"
|
||||||
cxx: "clang++"
|
cxx: "clang++"
|
||||||
sources: ""
|
sources: ""
|
||||||
llvm_os: ""
|
llvm_os: ""
|
||||||
@@ -202,12 +203,12 @@ jobs:
|
|||||||
buildtype: "boost"
|
buildtype: "boost"
|
||||||
packages: "clang-5.0"
|
packages: "clang-5.0"
|
||||||
packages_to_remove: ""
|
packages_to_remove: ""
|
||||||
os: "ubuntu-20.04"
|
os: "ubuntu-22.04"
|
||||||
container: "ubuntu:14.04"
|
container: "ubuntu:18.04"
|
||||||
cxx: "clang++-5.0"
|
cxx: "clang++-5.0"
|
||||||
sources: ""
|
sources: ""
|
||||||
llvm_os: "trusty"
|
llvm_os: ""
|
||||||
llvm_ver: "5.0"
|
llvm_ver: ""
|
||||||
toolset: "clang"
|
toolset: "clang"
|
||||||
compiler: "clang++-5.0"
|
compiler: "clang++-5.0"
|
||||||
cxxstd: "03,11,14,1z"
|
cxxstd: "03,11,14,1z"
|
||||||
|
Reference in New Issue
Block a user