Skip to content

Commit

Permalink
Merge pull request #150 from DimensionSrl/feature/fix-xcode-15
Browse files Browse the repository at this point in the history
Fix for xcode 15
  • Loading branch information
dulvui authored Aug 20, 2024
2 parents 506a3d8 + f0dd7fa commit a046418
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

## Test on latest MacOS
# test:
# runs-on: macos-13
# runs-on: macos-14
# steps:

# - name: Checkout the code
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
## Deploy to TestFlight
deploy_testflight:
name: Deploy to Testflight
runs-on: macos-13
runs-on: macos-14
if: github.ref == 'refs/heads/main'
# needs: [ test ]
steps:
Expand Down Expand Up @@ -71,12 +71,12 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
# See https://xcodereleases.com/ for details
# Xcode_15.0.1 has problems with Kingfisher library
# but, AppStore connect needs now XCode 15 with iOS 17
# Force Xcode specific version (if needed)
# This action switches Xcode to the specified version.
# For details on available versions of Xcode, see https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md.

# - name: Force XCode specific version
# run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app

# run: sudo xcode-select -switch /Applications/Xcode_15.4.app

- name: Resolve package dependencies
run: xcodebuild -resolvePackageDependencies
Expand Down

0 comments on commit a046418

Please sign in to comment.