Skip to content

Commit

Permalink
Bump to macos-12 build image
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored and github-actions committed Jun 17, 2024
1 parent 0297608 commit 93fd5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
pool:
${{ if eq(parameters.agentOs, 'macOS') }}:
vmImage: macOS-11
vmImage: macOS-12
${{ if eq(parameters.agentOs, 'Linux') }}:
${{ if and(eq(parameters.useHostedUbuntu, true), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
vmImage: ubuntu-20.04
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
pool:
${{ if eq(parameters.agentOs, 'macOS') }}:
name: Azure Pipelines
image: macOS-11
image: macOS-12
os: macOS
${{ if eq(parameters.agentOs, 'Linux') }}:
name: NetCore1ESPool-Svc-Internal
Expand Down

0 comments on commit 93fd5b3

Please sign in to comment.