mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[macOS] Add gcc 12 (#6977)
This commit is contained in:
@@ -235,7 +235,8 @@
|
||||
"versions": [
|
||||
"9",
|
||||
"10",
|
||||
"11"
|
||||
"11",
|
||||
"12"
|
||||
]
|
||||
},
|
||||
"toolcache": [
|
||||
|
||||
@@ -200,7 +200,8 @@
|
||||
},
|
||||
"gcc": {
|
||||
"versions": [
|
||||
"11"
|
||||
"11",
|
||||
"12"
|
||||
]
|
||||
},
|
||||
"toolcache": [
|
||||
|
||||
Reference in New Issue
Block a user