Skip to content

Commit c6dd786

Browse files
committed
[INTERNAL] Azure Pipeline: Use macos13
1 parent f367baa commit c6dd786

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
@@ -21,7 +21,7 @@ strategy:
2121
imageName: 'ubuntu-22.04'
2222
node_version: 20.x
2323
mac_node_lts_20:
24-
imageName: 'macos-12'
24+
imageName: 'macos-13'
2525
node_version: 20.x
2626
windows_node_lts_20:
2727
imageName: 'windows-2022'
@@ -30,7 +30,7 @@ strategy:
3030
imageName: 'ubuntu-22.04'
3131
node_version: 21.x
3232
mac_node_current:
33-
imageName: 'macos-12'
33+
imageName: 'macos-13'
3434
node_version: 21.x
3535
windows_node_current:
3636
imageName: 'windows-2022'

0 commit comments

Comments
 (0)