Skip to content

Commit

Permalink
Merge pull request #244 from songkuixi/patch-1
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml to macOS-11
  • Loading branch information
mrsmiley009 authored Mar 16, 2023
2 parents 9833021 + 08ce168 commit 4e3f1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ pr:
- master

pool:
vmImage: macOS-10.14
vmImage: macOS-11
demands: xcode

variables:
workspace: 'Hakawai.xcworkspace'
scheme: 'Hakawai'
xcodeVersion: '10'
xcodeVersion: '12'

steps:
- task: CocoaPods@0
Expand All @@ -39,5 +39,5 @@ steps:
scheme: $(scheme)
xcodeVersion: $(xcodeVersion)
destinationPlatformOption: 'iOS'
destinationSimulators: 'iPhone X'
destinationSimulators: 'iPhone 12'
publishJUnitResults: true

0 comments on commit 4e3f1e3

Please sign in to comment.