Skip to content

Commit

Permalink
CI: Add gcc 13 build (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Oct 3, 2023
1 parent d51982c commit 28d70a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ jobs:
cmake: 3.22.*
os: ubuntu-22.04

- cxx_compiler: g++-13
c_compiler: gcc-13
build_type: Release
cxxstd: 17
arch: 64
packages: 'g++-13-multilib gcc-13-multilib'
cmake: 3.22.*
os: ubuntu-22.04

# clang 6 and lower are not supported
# in ubuntu 20.04 and higher

Expand Down

0 comments on commit 28d70a2

Please sign in to comment.