Skip to content

Commit

Permalink
dockerized some environments
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Sep 3, 2023
1 parent 21fadc4 commit 7303ba5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@ jobs:
address-model: 32,64
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu-20.04
install: g++-9-multilib
address-model: 32,64
- toolset: gcc-10
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu-20.04
install: g++-10-multilib
address-model: 32,64
- toolset: gcc-11
cxxstd: "03,11,14,17,20"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu-20.04
install: g++-11-multilib
address-model: 32,64
- toolset: gcc-12
Expand Down

0 comments on commit 7303ba5

Please sign in to comment.