ci: fix macOS agent (#4203)

I noticed the agent documentation uses uppercase: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
This commit is contained in:
Eli Flanagan 2021-12-13 14:08:03 -05:00 committed by GitHub
parent 1576b959f9
commit b5f8f64d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ strategy:
image: ubuntu-18.04
style: 'wasm'
macos-stable:
image: macos-10.14
image: macOS-10.14
style: 'unflagged'
windows-stable:
image: windows-2019