From d500bc875866fbfdea67834c440317a2685dd8c4 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:02:01 +0200 Subject: [PATCH] [macos] macos 13: retire VS Mac (#8213) due to official retirement of Visual Studio for Mac, let us drop it from macos-13 --- images/macos/templates/macOS-13.anka.pkr.hcl | 1 - images/macos/templates/macOS-13.arm64.anka.pkr.hcl | 1 - images/macos/toolsets/toolset-13.json | 6 ------ 3 files changed, 8 deletions(-) diff --git a/images/macos/templates/macOS-13.anka.pkr.hcl b/images/macos/templates/macOS-13.anka.pkr.hcl index 94eee206..f9628ce0 100644 --- a/images/macos/templates/macOS-13.anka.pkr.hcl +++ b/images/macos/templates/macOS-13.anka.pkr.hcl @@ -204,7 +204,6 @@ build { "./provision/core/stack.sh", "./provision/core/cocoapods.sh", "./provision/core/android-toolsets.sh", - "./provision/core/vsmac.sh", "./provision/core/apache.sh", "./provision/core/vcpkg.sh", "./provision/core/safari.sh", diff --git a/images/macos/templates/macOS-13.arm64.anka.pkr.hcl b/images/macos/templates/macOS-13.arm64.anka.pkr.hcl index c95214dc..7702e2e3 100644 --- a/images/macos/templates/macOS-13.arm64.anka.pkr.hcl +++ b/images/macos/templates/macOS-13.arm64.anka.pkr.hcl @@ -196,7 +196,6 @@ build { "./provision/core/rust.sh", "./provision/core/gcc.sh", "./provision/core/cocoapods.sh", - "./provision/core/vsmac.sh", "./provision/core/safari.sh", "./provision/core/bicep.sh", "./provision/core/codeql-bundle.sh" diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 6d9e7849..23f32f29 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -18,12 +18,6 @@ ] } }, - "xamarin": { - "vsmac": { - "default": "2022", - "versions": [ "2022" ] - } - }, "java": { "default": "17", "versions": [ "8", "11", "17" ]