forked from mpusz/mp-units
ci: gcc-13 added to ci-test-package-cmake GHAction
This commit is contained in:
12
.github/workflows/ci-test-package-cmake.yml
vendored
12
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -76,6 +76,18 @@ jobs:
|
||||
std: 20,
|
||||
},
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu GCC-13",
|
||||
os: ubuntu-22.04,
|
||||
compiler:
|
||||
{
|
||||
type: GCC,
|
||||
version: 13,
|
||||
cc: "gcc-13",
|
||||
cxx: "g++-13",
|
||||
std: 20,
|
||||
},
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Clang-16 + libc++",
|
||||
os: ubuntu-22.04,
|
||||
|
Reference in New Issue
Block a user