We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115dd0a commit cf33905Copy full SHA for cf33905
README.md
@@ -18,7 +18,7 @@ steps:
18
- uses: actions/checkout@master
19
- uses: sinoru/actions-setup-xcode@v2
20
with:
21
- xcode-version: '11.2.1' # Exact version of a Xcode version to use
+ xcode-version: '13.4' # Exact version of a Xcode version to use
22
apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not available in local
23
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
24
- run: fastlane scan
0 commit comments