mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 06:04:27 +02:00
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,
|
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++",
|
name: "Ubuntu Clang-16 + libc++",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-22.04,
|
||||||
|
Reference in New Issue
Block a user