Skip to content

Commit

Permalink
[macOS] set Xcode 14.1 as default (actions#6822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailkoliada authored and ddobranic committed Jan 6, 2023
1 parent 223cdd3 commit b2ba1a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/macos/toolsets/toolset-12.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"xcode": {
"default": "14.0.1",
"default": "14.1",
"versions": [
{"link": "14.2", "version": "14.2.0"},
{ "link": "14.1", "version": "14.1.0"},
{ "link": "14.0.1", "version": "14.0.1" },
{ "link": "14.0", "version": "14.0.0" },
{ "link": "14.0.1", "version": "14.0.1", "symlinks": ["14.0"] },
{ "link": "13.4.1", "version": "13.4.1" },
{ "link": "13.4", "version": "13.4.0" },
{ "link": "13.3.1", "version": "13.3.1", "symlinks": ["13.3"] },
Expand Down

0 comments on commit b2ba1a9

Please sign in to comment.