Skip to content

Commit

Permalink
Merge pull request #571 from cppalliance/fix_ci
Browse files Browse the repository at this point in the history
Update GCC13 runner os
  • Loading branch information
mborland authored May 17, 2024
2 parents 660831d + 75e69d1 commit a4c4763
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@ jobs:
os: ubuntu-22.04
install:
- g++-12-multilib
- toolset: gcc-13
cxxstd: "03,11,14,17,20,23"
address_model: 32,64
os: ubuntu-22.04
install:
- g++-13-multilib
cxxflags: -Wno-uninitialized
# Disabled for now. 22.04 dropped support and 24.04 has internal errors
#- toolset: gcc-13
# cxxstd: "03,11,14,17,20,23"
# address_model: 32,64
# os: ubuntu-24.04
# install:
# - g++-13-multilib
# cxxflags: -Wno-uninitialized
- toolset: gcc-12
cxxstd: "03-gnu,11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
address_model: "32"
Expand Down

0 comments on commit a4c4763

Please sign in to comment.