From f2af6c9704c4ea551be466f729ff11dde3ab8220 Mon Sep 17 00:00:00 2001 From: Muhieddine EL Kaissi Date: Thu, 25 Apr 2024 11:16:56 -0700 Subject: [PATCH] possible fix for lint --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dda29e4..5500d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,9 @@ jobs: - name: 📥 Checkout uses: actions/checkout@v2 + - name: Select Xcode + run: sudo xcode-select -s "/Applications/Xcode_15.3.app" + - name: 🔎 Run lint checks run: sh .github/scripts/lint.sh