diff --git a/.github/ISSUE_TEMPLATE/announcement.yml b/.github/ISSUE_TEMPLATE/announcement.yml index 5a43bde1a..4eefc43a0 100644 --- a/.github/ISSUE_TEMPLATE/announcement.yml +++ b/.github/ISSUE_TEMPLATE/announcement.yml @@ -40,6 +40,7 @@ body: - label: Ubuntu 22.04 - label: macOS 11 - label: macOS 12 + - label: macOS 13 - label: Windows Server 2019 - label: Windows Server 2022 - type: textarea diff --git a/.github/ISSUE_TEMPLATE/tool-request.yml b/.github/ISSUE_TEMPLATE/tool-request.yml index 687118da4..308837bd7 100644 --- a/.github/ISSUE_TEMPLATE/tool-request.yml +++ b/.github/ISSUE_TEMPLATE/tool-request.yml @@ -61,6 +61,7 @@ body: - label: Ubuntu 22.04 - label: macOS 11 - label: macOS 12 + - label: macOS 13 - label: Windows Server 2019 - label: Windows Server 2022 - type: textarea diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 5a5a90a59..4c3844d1f 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -3,6 +3,7 @@ "default": "14.2", "x64": { "versions": [ + { "link": "14.3.1", "version": "14.3.1" }, { "link": "14.3", "version": "14.3.0" }, { "link": "14.2", "version": "14.2.0" }, { "link": "14.1", "version": "14.1.0" } @@ -10,6 +11,7 @@ }, "arm64":{ "versions": [ + { "link": "14.3.1", "version": "14.3.1" }, { "link": "14.3", "version": "14.3.0" }, { "link": "14.2", "version": "14.2.0" }, { "link": "14.1", "version": "14.1.0" }