Skip to content

Commit c2cfc96

Browse files
authored
[0.74] Update macos-tests to macos-latest images to unblock CI # (#14077)
## 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_
1 parent ded80f0 commit c2cfc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/jobs/macos-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- template: ../variables/shared.yml
88
- name: BUILDSECMON_OPT_IN
99
value: true
10-
pool: {vmImage: macOS-12}
10+
pool: {vmImage: macos-latest}
1111
steps:
1212
- template: ../templates/checkout-shallow.yml
1313

0 commit comments

Comments
 (0)