Skip to content

Commit

Permalink
[macOS] add gcc 13 to macos images (actions#8563)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi authored Oct 23, 2023
1 parent e4a68e6 commit 834cd08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/macos/toolsets/toolset-12.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@
"gcc": {
"versions": [
"11",
"12"
"12",
"13"
]
},
"toolcache": [
Expand Down
3 changes: 2 additions & 1 deletion images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"gcc": {
"versions": [
"11",
"12"
"12",
"13"
]
},
"dotnet": {
Expand Down

0 comments on commit 834cd08

Please sign in to comment.