From c0abd2a4803d233ad82a6059523c4f82011441d7 Mon Sep 17 00:00:00 2001 From: tisfeng Date: Sat, 6 Jan 2024 01:46:26 +0800 Subject: [PATCH] chore: only set xcode if language is swfit --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 55a054764..047dd13b3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,6 +45,7 @@ jobs: steps: - name: Setup Xcode Version + if: matrix.language == 'swift' uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.1'