[macOS] add gcc 13 to macos images (#8563)

This commit is contained in:
sergei-pyshnoi
2023-10-23 21:59:31 +02:00
committed by GitHub
parent e4a68e6300
commit 834cd084aa
2 changed files with 4 additions and 2 deletions

View File

@@ -218,7 +218,8 @@
"gcc": {
"versions": [
"11",
"12"
"12",
"13"
]
},
"toolcache": [

View File

@@ -85,7 +85,8 @@
"gcc": {
"versions": [
"11",
"12"
"12",
"13"
]
},
"dotnet": {