Skip to content

Commit 8fcfd50

Browse files
committed
Revert "disable macos builds for now"
This reverts commit 82934b6 and commit 9b583ba.
1 parent 326da4f commit 8fcfd50

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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:

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os:
79-
# - macOS-latest
80-
- windows-latest
81-
- ubuntu-latest
78+
os: [macOS-latest, windows-latest, ubuntu-latest]
8279
runs-on: ${{ matrix.os }}
8380
steps:
8481
- name: Checkout

0 commit comments

Comments
 (0)