Skip to content

Commit

Permalink
Allow Selecting an Xcode Version on Self-Hosted Runners (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Jul 28, 2023
1 parent 38e6c5d commit cbb8883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
if: "!env.selfhosted"
with:
xcode-version: ${{ inputs.xcodeversion }}
- name: Check environment
Expand Down

0 comments on commit cbb8883

Please sign in to comment.