Skip to content

Commit

Permalink
ci: Adjust WSL testing for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 24, 2023
1 parent b791338 commit a15d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci-wsl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wsl --version
write-host "WSL install of ubuntu."
wsl --install -d Ubuntu-20.04 --web-download
wsl --install -d Ubuntu-22.04 --web-download
write-host "Launch WSL."
$wsl = wsl -l -v | out-string
Expand Down

0 comments on commit a15d0c0

Please sign in to comment.