Skip to content

Commit

Permalink
Add GCC 4.9 to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Mar 27, 2024
1 parent fe91845 commit d8f6262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
os: ubuntu-latest
container: ubuntu:18.04
install: g++-4.8
- toolset: gcc-4.9
cxxstd: "03,11"
os: ubuntu-latest
container: ubuntu:16.04
install: g++-4.9
- toolset: gcc-5
cxxstd: "03,11,14,1z"
os: ubuntu-latest
Expand Down

0 comments on commit d8f6262

Please sign in to comment.