mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 19:14:25 +02:00
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:
parent
1576b959f9
commit
b5f8f64d79
@ -16,7 +16,7 @@ strategy:
|
|||||||
image: ubuntu-18.04
|
image: ubuntu-18.04
|
||||||
style: 'wasm'
|
style: 'wasm'
|
||||||
macos-stable:
|
macos-stable:
|
||||||
image: macos-10.14
|
image: macOS-10.14
|
||||||
style: 'unflagged'
|
style: 'unflagged'
|
||||||
windows-stable:
|
windows-stable:
|
||||||
image: windows-2019
|
image: windows-2019
|
||||||
|
Loading…
Reference in New Issue
Block a user