[CI] Use Xcode 13.4.1 on Azure Pipelines (#4134)

This commit is contained in:
JP Simard 2022-08-28 14:42:57 -04:00 committed by GitHub
parent 8dbc0e4cbf
commit 7412205b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -32,8 +32,8 @@ jobs:
strategy:
maxParallel: 10
matrix:
xcode1331:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app
xcode1341:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
steps:
- script: |
sw_vers
@ -48,8 +48,8 @@ jobs:
strategy:
maxParallel: 10
matrix:
xcode1331:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app
xcode1341:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
steps:
- script: |
sw_vers
@ -67,7 +67,7 @@ jobs:
pool:
vmImage: 'macOS-12'
variables:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
@ -99,7 +99,7 @@ jobs:
pool:
vmImage: 'macOS-12'
variables:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
steps:
- script: swift run swiftlint generate-docs
displayName: Run swiftlint generate-docs