[macOS] Add XCode 14.3.1 for macOS 13 (#7631)

This commit is contained in:
Vasilii Polikarpov
2023-05-24 15:28:29 +02:00
committed by GitHub
parent 5ec1b18115
commit 7042fdacbc
3 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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" }