From bebf91f69b42181e515aa9b1023eb48f68059c19 Mon Sep 17 00:00:00 2001
From: Gabriel Santos <gabriel.santos@trustly.com>
Date: Thu, 28 Nov 2024 15:59:56 -0300
Subject: [PATCH] Add to test

---
 .github/workflows/sonar_analysis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/sonar_analysis.yml b/.github/workflows/sonar_analysis.yml
index e5af81f..c3f4830 100644
--- a/.github/workflows/sonar_analysis.yml
+++ b/.github/workflows/sonar_analysis.yml
@@ -20,6 +20,9 @@ jobs:
     runs-on: macOS-latest
 
     steps:
+      - name: Set up Xcode 14
+        run: sudo xcode-select --switch /Applications/Xcode_14.app/Contents/Developer
+        
       - name: Checkout code
         uses: actions/checkout@v3
         with: