Run Xcode select on the Translations and CalVer workflows. (#4224)

* Run Xcode select on the Translations and CalVer workflows.

* Use ci_common.sh for xcode-select instead.
This commit is contained in:
Doug
2025-06-18 16:53:32 +01:00
committed by GitHub
parent 77b923c056
commit 8bc97b6585
4 changed files with 10 additions and 12 deletions

View File

@@ -17,10 +17,6 @@ jobs:
cancel-in-progress: false
steps:
# While fastlane has its own way of selecting Xcode, will only work inside fastlane, so we need to set it globally to allow other actions like xcresultparser to use the same Xcode version.
- name: Select Xcode 16.3
run: sudo xcode-select -s /Applications/Xcode_16.3.app
- uses: actions/checkout@v4
- uses: actions/cache@v4