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 5, 2024
1 parent 6a2cfb4 commit c0abd2a
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 c0abd2a

Please sign in to comment.