Skip to content

Commit 6fc729c

Browse files
committed
Revert "disable macos builds for now (#894)"
This reverts commit 82934b6.
1 parent c644e08 commit 6fc729c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
Linux:
6464
BuildName: 'Linux'
6565
ImageName: 'ubuntu-latest'
66-
# macOS:
67-
# BuildName: 'macOS'
68-
# ImageName: 'macOS-latest'
66+
macOS:
67+
BuildName: 'macOS'
68+
ImageName: 'macOS-latest'
6969
pool:
7070
vmImage: $(ImageName)
7171
steps:

0 commit comments

Comments
 (0)