mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 20:58:32 +08:00
[ubuntu] Add GCC 11 (#3291)
* Ubuntu Bionic/Focal: Add GCC 11 Add GCC 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets. * Ubuntu Bionic/Focal: Add GFortran 11 Add GFortran 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets.
This commit is contained in:
@@ -251,13 +251,15 @@
|
||||
"gcc": {
|
||||
"versions": [
|
||||
"g++-9",
|
||||
"g++-10"
|
||||
"g++-10",
|
||||
"g++-11"
|
||||
]
|
||||
},
|
||||
"gfortran": {
|
||||
"versions": [
|
||||
"gfortran-9",
|
||||
"gfortran-10"
|
||||
"gfortran-10",
|
||||
"gfortran-11"
|
||||
]
|
||||
},
|
||||
"php": {
|
||||
|
||||
@@ -253,13 +253,15 @@
|
||||
"gcc": {
|
||||
"versions": [
|
||||
"g++-9",
|
||||
"g++-10"
|
||||
"g++-10",
|
||||
"g++-11"
|
||||
]
|
||||
},
|
||||
"gfortran": {
|
||||
"versions": [
|
||||
"gfortran-9",
|
||||
"gfortran-10"
|
||||
"gfortran-10",
|
||||
"gfortran-11"
|
||||
]
|
||||
},
|
||||
"php": {
|
||||
|
||||
Reference in New Issue
Block a user