Skip to content

Commit d500bc8

Browse files
[macos] macos 13: retire VS Mac (#8213)
due to official retirement of Visual Studio for Mac, let us drop it from macos-13
1 parent 1a30e20 commit d500bc8

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

images/macos/templates/macOS-13.anka.pkr.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ build {
204204
"./provision/core/stack.sh",
205205
"./provision/core/cocoapods.sh",
206206
"./provision/core/android-toolsets.sh",
207-
"./provision/core/vsmac.sh",
208207
"./provision/core/apache.sh",
209208
"./provision/core/vcpkg.sh",
210209
"./provision/core/safari.sh",

images/macos/templates/macOS-13.arm64.anka.pkr.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ build {
196196
"./provision/core/rust.sh",
197197
"./provision/core/gcc.sh",
198198
"./provision/core/cocoapods.sh",
199-
"./provision/core/vsmac.sh",
200199
"./provision/core/safari.sh",
201200
"./provision/core/bicep.sh",
202201
"./provision/core/codeql-bundle.sh"

images/macos/toolsets/toolset-13.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
]
1919
}
2020
},
21-
"xamarin": {
22-
"vsmac": {
23-
"default": "2022",
24-
"versions": [ "2022" ]
25-
}
26-
},
2721
"java": {
2822
"default": "17",
2923
"versions": [ "8", "11", "17" ]

0 commit comments

Comments
 (0)