Skip to content

Commit

Permalink
Updated macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Nov 1, 2023
1 parent 61d9012 commit f8aa647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
jobs:
- job: Build
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
maxParallel: 4

steps:
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
dependsOn: Build
strategy:
matrix:
MacOSX-11:
vmImage: 'macOS-11'
MacOSX-12:
vmImage: 'macOS-12'
MacOSX-13:
vmImage: 'macOS-13'

pool:
vmImage: $(vmImage)
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
dependsOn: Build
timeoutInMinutes: 0 # Maximum time (should be 6 hours)
pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'
maxParallel: 4

steps:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
# dependsOn: Build

pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'

steps:
- checkout: none
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/quick_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- job: MacOS
pool:
vmImage: 'macOS-latest'
vmImage: 'macOS-13'

steps:
- checkout: 'self'
Expand Down

0 comments on commit f8aa647

Please sign in to comment.