Skip to content

Commit

Permalink
Use Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil1995 authored Nov 19, 2023
1 parent c4d8470 commit a5696ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build and test
runs-on: macos-12
runs-on: macos-13
env:
DERIVED_DATA_PATH: 'DerivedData'
DEVICE: 'iPhone 12 Pro'
Expand All @@ -26,6 +26,8 @@ jobs:
run: |
./Scripts/process.sh
exit $?
- name: Select Xcode 14.3.1
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
- name: Create CloudAccessSecrets
run: |
cd fastlane
Expand Down

0 comments on commit a5696ac

Please sign in to comment.