Skip to content

Commit

Permalink
Add missing minor macos versions (#14740)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Sep 14, 2023
1 parent 18add9a commit 01c86e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conans/client/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@
sdk: ["xros", "xrsimulator"]
sdk_version: [null, "1.0"]
Macos:
version: [null, "10.6", "10.7", "10.8", "10.9", "10.10", "10.11", "10.12", "10.13",
"10.14", "10.15", "11.0", "12.0", "13.0", "14.0"]
version: [null, "10.6", "10.7", "10.8", "10.9", "10.10", "10.11", "10.12", "10.13", "10.14", "10.15",
"11.0", "11.1", "11.2", "11.3", "11.4", "11.5", "11.6", "11.7",
"12.0", "12.1", "12.2", "12.3", "12.4", "12.5", "12.6",
"13.0", "13.1", "13.2", "13.3", "13.4", "13.5",
"14.0"]
sdk_version: [null, "10.13", "10.14", "10.15", "11.0", "11.1", "11.3", "12.0", "12.1",
"12.3", "13.0", "13.1", "13.3", "14.0"]
subsystem:
Expand Down

0 comments on commit 01c86e5

Please sign in to comment.