Skip to content

Commit

Permalink
Update macOS images on Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
McMartin committed Sep 20, 2024
1 parent 938140d commit 8588f0a
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 @@ -12,7 +12,7 @@ jobs:
- job: iOS
displayName: iOS / Xcode
pool:
vmImage: macOS-12
vmImage: macOS-13
steps:
- template: ci/azure-pipelines/steps-iOS.yml
parameters:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- job: macOS_Make
displayName: macOS / Unix Makefiles
pool:
vmImage: macOS-11
vmImage: macOS-12
variables:
cmakeGenerator: "Unix Makefiles"
steps:
Expand All @@ -72,7 +72,7 @@ jobs:
- job: macOS_Xcode
displayName: macOS / Xcode
pool:
vmImage: macOS-11
vmImage: macOS-12
steps:
- template: ci/azure-pipelines/steps-Xcode.yml
parameters:
Expand Down

0 comments on commit 8588f0a

Please sign in to comment.