Skip to content

Commit

Permalink
Revert "[ubuntu] Add GCC 11 (actions#3291)" (actions#3436)
Browse files Browse the repository at this point in the history
This reverts commit 3ebf601.

Bug: actions#3376
  • Loading branch information
jesec authored May 28, 2021
1 parent 77daa9b commit 6d4c863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions images/linux/toolsets/toolset-1804.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,13 @@
"gcc": {
"versions": [
"g++-9",
"g++-10",
"g++-11"
"g++-10"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10",
"gfortran-11"
"gfortran-10"
]
},
"php": {
Expand Down
6 changes: 2 additions & 4 deletions images/linux/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,13 @@
"gcc": {
"versions": [
"g++-9",
"g++-10",
"g++-11"
"g++-10"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10",
"gfortran-11"
"gfortran-10"
]
},
"php": {
Expand Down

0 comments on commit 6d4c863

Please sign in to comment.