actions UPDATE skip expect tests on mac
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d2a3449..4bfcc02 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,9 +70,9 @@
             os: "macos-11",
             build-type: "Release",
             cc: "clang",
-            options: "-DENABLE_TESTS=ON",
+            options: "-DENABLE_TESTS=ON -DPATH_EXPECT=",
             packager: "brew",
-            packages: "cmocka expect shunit2",
+            packages: "cmocka shunit2",
             snaps: "",
             make-prepend: "",
             make-target: ""