mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue