Skip to content

Commit a868da9

Browse files
committed
Add specific Xcode version to workflow
1 parent 20d06f9 commit a868da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Install Fastlane
2323
run: |
2424
bundle install
25+
26+
- name: Set Xcode 26.0.1
27+
run: |
28+
sudo xcode-select -s /Applications/Xcode_26.0.1.app
2529
2630
- name: Run Fastlane Upload
2731
run: |

0 commit comments

Comments
 (0)