Skip to content

Commit

Permalink
Temporarily turn off g++-13, as actions is not letting it install
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 19, 2024
1 parent f6b9d91 commit 5bf67e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ 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
# - 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 5bf67e6

Please sign in to comment.