From 6a72e6d83c7f9d42bf4df48c6b74d4299932df03 Mon Sep 17 00:00:00 2001
From: Roman <zajic@zajic.net>
Date: Fri, 3 May 2024 19:11:11 +0800
Subject: [PATCH] test: ci test - try without mac os

---
 .github/workflows/ci_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index 60fafbe9a..77babeaa4 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -89,7 +89,7 @@ jobs:
     if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
     timeout-minutes: 60