From ff520ce3578e9236b5ebb227f700c49e8d311686 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Thu, 15 May 2025 10:27:37 +0100 Subject: [PATCH] Remove default setup command for Xcode 16.2 Motivation: A setup command for 16.2 was added as a workaround for an infra issue. This should now be resolved. Modifications: - Remove the default setup command Result: CI should still work. --- .github/workflows/macos_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_tests.yml b/.github/workflows/macos_tests.yml index 4f40e3cc5f3..7496430be76 100644 --- a/.github/workflows/macos_tests.yml +++ b/.github/workflows/macos_tests.yml @@ -58,7 +58,7 @@ on: xcode_16_2_setup_command: type: string description: "The command(s) to be executed before all other work." - default: "xcrun simctl runtime match set iphoneos18.2 22D8075 && xcrun simctl runtime match set xros2.2 22N895" + default: "" xcode_16_3_enabled: type: boolean description: "Boolean to enable the Xcode version 16.3 jobs. Defaults to true."