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 20a5be9 commit b462ccd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:

build:
uses: ./.github/workflows/select-xcode.yml
env:
sonarToken: ${{ secrets.SONAR_TOKEN }}
destination: "name=iPhone 16 Pro,OS=18.1"
Expand All @@ -23,10 +24,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
13 changes: 13 additions & 0 deletions .github/workflows/select-xcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Base Xcode Setup

on:
workflow_call:

jobs:
setup-xcode:
runs-on: macos-latest
steps:
- name: Select Xcode 16.1
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.1'

0 comments on commit b462ccd

Please sign in to comment.