mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macOS] add gcc 13 to macos images (#8563)
This commit is contained in:
@@ -218,7 +218,8 @@
|
||||
"gcc": {
|
||||
"versions": [
|
||||
"11",
|
||||
"12"
|
||||
"12",
|
||||
"13"
|
||||
]
|
||||
},
|
||||
"toolcache": [
|
||||
|
||||
@@ -85,7 +85,8 @@
|
||||
"gcc": {
|
||||
"versions": [
|
||||
"11",
|
||||
"12"
|
||||
"12",
|
||||
"13"
|
||||
]
|
||||
},
|
||||
"dotnet": {
|
||||
|
||||
Reference in New Issue
Block a user