diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index 747eb5a..0bff363 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -17,5 +17,7 @@ jobs: run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64" - name: Mac Catalyst run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=Mac Catalyst" - - name: DriverKit - run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=DriverKit" + +# NOTE: Add DriverKit later +# - name: DriverKit +# run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=DriverKit"