Skip to content

Commit

Permalink
chore: only set xcode if language is swfit
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 6, 2024
1 parent b22ef5d commit 2e05309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2e05309

Please sign in to comment.