Skip to content

Commit 8514d66

Browse files
committed
use select and install
1 parent 144122a commit 8514d66

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
run: |
4141
echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > "Django Files/GoogleService-Info.plist"
4242
43+
- name: "Install iOS 18.3 Platform"
44+
run: |
45+
sudo xcode-select --switch /Applications/Xcode_16.3.app
46+
sudo xcodebuild -downloadPlatform iOS
47+
sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.3
48+
4349
- name: "Fastlane ${{ env.command }}"
4450
run: fastlane ${{ env.command }}
4551
env:

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
run: |
3434
echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > "Django Files/GoogleService-Info.plist"
3535
36+
- name: "Install iOS 18.3 Platform"
37+
run: |
38+
sudo xcode-select --switch /Applications/Xcode_16.3.app
39+
sudo xcodebuild -downloadPlatform iOS
40+
sudo xcodebuild -downloadPlatform iOS -platform iOS -version 18.3
41+
3642
- name: "Fastlane Tests"
3743
run: fastlane tests
3844
env:

0 commit comments

Comments
 (0)