diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7039d0c30e..6259fbbb360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,14 +55,14 @@ jobs: test_flags: "--platform=x64 --config=Debug" msbuild_project: "msbuild/ice.proj" - # Xcode SDK builds - # TODO - Should we also test the debug config here as well? - - os: macos-14 - config: "xcodesdk" - working_directory: "cpp" - build_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator" - test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app" - build_cpp_and_python: true + # # Xcode SDK builds + # # TODO - Should we also test the debug config here as well? + # - os: macos-14 + # config: "xcodesdk" + # working_directory: "cpp" + # build_flags: "CONFIGS=xcodesdk PLATFORMS=iphonesimulator" + # test_flags: "--config=xcodesdk --platform=iphonesimulator --controller-app" + # build_cpp_and_python: true # MATLAB - os: ubuntu-24.04