mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
[macOS] Add XCode 14.3.1 for macOS 13 (#7631)
This commit is contained in:
committed by
GitHub
parent
5ec1b18115
commit
7042fdacbc
1
.github/ISSUE_TEMPLATE/announcement.yml
vendored
1
.github/ISSUE_TEMPLATE/announcement.yml
vendored
@@ -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
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/tool-request.yml
vendored
1
.github/ISSUE_TEMPLATE/tool-request.yml
vendored
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user