Skip to content

Commit

Permalink
[0.76] Update macos-tests to macos-latest images to unblock CI (micro…
Browse files Browse the repository at this point in the history
…soft#14075)

## Description

Updates our macOS testing in CI to the macos-latest VM image.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock CI.

### What
See above.

## Screenshots
N/A

## Testing
Verified tests pass.

## Changelog
Should this change be included in the release notes: _no_
  • Loading branch information
jonthysell authored Nov 4, 2024
1 parent cae236e commit b85109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/jobs/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- template: ../variables/shared.yml
- name: BUILDSECMON_OPT_IN
value: true
pool: {vmImage: macOS-12}
pool: {vmImage: macos-latest}
steps:
- template: ../templates/checkout-shallow.yml

Expand Down

0 comments on commit b85109e

Please sign in to comment.