Skip to content

Commit

Permalink
Update PR Scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Jan 21, 2025
1 parent bdb309f commit fafc0d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
destination: "name=iPhone 16 Pro,OS=18.1"
project: "Adyen.xcodeproj"
params: "-derivedDataPath ./DerivedData -skipPackagePluginValidation"
runs-on: macos-latest # Apple Silicon Runner
- uses: ./.github/workflows/select-xcode.yml
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -24,10 +23,10 @@ jobs:
with:
java-version: '17'

# - name: Select latest Xcode
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: '16.1'
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.1'

- name: Install Tools
run: |
Expand Down

0 comments on commit fafc0d0

Please sign in to comment.