ci: gcc-13 added to ci-test-package-cmake GHAction

This commit is contained in:
Mateusz Pusz
2023-09-26 19:17:04 +02:00
parent bbdf290009
commit b74c0bf6e8

View File

@@ -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,