Skip to content

Commit 834cd08

Browse files
[macOS] add gcc 13 to macos images (#8563)
1 parent e4a68e6 commit 834cd08

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

images/macos/toolsets/toolset-12.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
"gcc": {
219219
"versions": [
220220
"11",
221-
"12"
221+
"12",
222+
"13"
222223
]
223224
},
224225
"toolcache": [

images/macos/toolsets/toolset-13.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"gcc": {
8686
"versions": [
8787
"11",
88-
"12"
88+
"12",
89+
"13"
8990
]
9091
},
9192
"dotnet": {

0 commit comments

Comments
 (0)