Skip to content

Update kotlin monorepo to v2.0.21 #383

Update kotlin monorepo to v2.0.21

Update kotlin monorepo to v2.0.21 #383

Workflow file for this run

name: iOS CI
on: pull_request
# Cancel any current or previous job from the same PR
concurrency:
group: ios-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Build iOS app
run: xcodebuild -allowProvisioningUpdates -workspace ios/FantasyPremierLeague/FantasyPremierLeague.xcodeproj/project.xcworkspace -configuration Debug -scheme FantasyPremierLeague -sdk iphoneos -destination name='iPhone 14' build