Skip to content

Commit

Permalink
Use latest macOS and Xcode version on Azure (#5194)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Aug 28, 2023
1 parent c6a5d36 commit edb16bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# displayName: xcodebuild test
- job: CocoaPods
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
Expand All @@ -48,9 +48,9 @@ jobs:

- job: jazzy
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
variables:
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app
steps:
- script: swift run swiftlint generate-docs
displayName: Run swiftlint generate-docs
Expand Down

0 comments on commit edb16bd

Please sign in to comment.