Skip to content

Commit ccc506f

Browse files
authored
Fix Mac official builds (#664)
1 parent 4cace29 commit ccc506f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ extends:
130130
command: test
131131

132132
- job: MacOSTests
133-
timeoutInMinutes: 30
133+
timeoutInMinutes: 45
134134
pool:
135135
name: Azure Pipelines
136-
image: macOS-13
136+
image: macos-latest
137137
os: macOS
138138
steps:
139139
- checkout: self

0 commit comments

Comments
 (0)