mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 01:59:46 +08:00
[Ubuntu] Install gcc@12 from brew (#6258)
This commit is contained in:
@@ -217,7 +217,14 @@
|
||||
]
|
||||
},
|
||||
"brew": [
|
||||
{"name": "zstd"}
|
||||
{
|
||||
"name": "gcc@12",
|
||||
"command": "gcc-12"
|
||||
},
|
||||
{
|
||||
"name": "zstd",
|
||||
"command": "zstd"
|
||||
}
|
||||
],
|
||||
"docker": {
|
||||
"images": [
|
||||
|
||||
Reference in New Issue
Block a user