From a27ebb5ae8525e5cc10838477e5bdc82d3a85cce Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Wed, 30 Oct 2024 00:48:30 +0530 Subject: [PATCH] adding xcode version for the set up error --- .github/workflows/rl-scanner.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 180140b7..ab5471c4 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -25,6 +25,12 @@ jobs: outputs: scan-status: ${{ steps.rl-scan-conclusion.outcome }} + + strategy: + matrix: + xcode: + - '15.0.1' + steps: - name: Checkout code @@ -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