Skip to content

Commit fe29cc4

Browse files
authored
always run mac tests on latest os (#8405)
1 parent b32124d commit fe29cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ stages:
234234
# MacOS
235235
- job: MacOS
236236
pool:
237-
vmImage: macOS-10.13
237+
vmImage: macOS-latest
238238
variables:
239239
- name: _SignType
240240
value: Test
@@ -367,7 +367,7 @@ stages:
367367

368368
# - job: MacOS_FCS
369369
# pool:
370-
# vmImage: macOS-10.13
370+
# vmImage: macOS-latest
371371
# variables:
372372
# - name: _SignType
373373
# value: Test

0 commit comments

Comments
 (0)