Skip to content

Commit

Permalink
ci: gcc-13 added to ci-test-package-cmake GHAction
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 26, 2023
1 parent bbdf290 commit b74c0bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b74c0bf

Please sign in to comment.