We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326da4f commit 8fcfd50Copy full SHA for 8fcfd50
.azure-pipelines.yml
@@ -63,9 +63,9 @@ jobs:
63
Linux:
64
BuildName: 'Linux'
65
ImageName: 'ubuntu-latest'
66
- # macOS:
67
- # BuildName: 'macOS'
68
- # ImageName: 'macOS-latest'
+ macOS:
+ BuildName: 'macOS'
+ ImageName: 'macOS-latest'
69
pool:
70
vmImage: $(ImageName)
71
steps:
.github/workflows/ci.yml
@@ -75,10 +75,7 @@ jobs:
75
strategy:
76
fail-fast: false
77
matrix:
78
- os:
79
- # - macOS-latest
80
- - windows-latest
81
- - ubuntu-latest
+ os: [macOS-latest, windows-latest, ubuntu-latest]
82
runs-on: ${{ matrix.os }}
83
84
- name: Checkout
0 commit comments