From cb5bcdd9e255c871f554ed2e125212d0eb785f55 Mon Sep 17 00:00:00 2001
From: leandrogilcarrano <95221374+leandrogilcarrano@users.noreply.github.com>
Date: Mon, 13 May 2024 16:55:59 -0300
Subject: [PATCH] Update deployment.yml

remove mac os test
---
 .github/workflows/deployment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 6b2de44f..29986b18 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -21,7 +21,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-20.04, windows-2019, macos-latest]
+        os: [ubuntu-20.04, windows-2019]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2