Skip to content

Commit

Permalink
adding xcode version for the set up error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 29, 2024
1 parent 13fa50a commit a27ebb5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
outputs:
scan-status: ${{ steps.rl-scan-conclusion.outcome }}


strategy:
matrix:
xcode:
- '15.0.1'


steps:
- name: Checkout code
Expand All @@ -33,7 +39,9 @@ jobs:
fetch-depth: 0

- name: Set up
uses: ./.github/actions/setup
uses: ./.github/actions/setup
with:
xcode: ${{ matrix.xcode }}

- name: Build package
shell: bash
Expand Down

0 comments on commit a27ebb5

Please sign in to comment.