We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d86019 + 13cd0fe commit e1a938dCopy full SHA for e1a938d
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os:
24
- - ubuntu-20.04
+ - ubuntu-22.04
25
- macos-latest
26
- windows-latest
27
azure-pipelines/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- job: Linux
30
pool:
31
- vmImage: Ubuntu 20.04
+ vmImage: Ubuntu 22.04
32
steps:
33
- checkout: self
34
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
0 commit comments