Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Jan 24, 2025
1 parent d878bd0 commit b45a406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- name: Validate 3DS2 SDK version
run: |
echo ${{ env.xcode }}
Scripts/validate-3ds2-SDK-version.sh
env:
xcode: '${{ env.XCODE_VERSION }}'

- name: Validate Adyen SDK version
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/select-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ jobs:
- name: Select Xcode 16.1
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.1'
xcode-version: '16.1'
- name: update xcode
run:
echo "XCODE_VERSION=16.1" >> $GITHUB_ENV"

0 comments on commit b45a406

Please sign in to comment.