Skip to content

Commit e1a938d

Browse files
authored
Merge pull request #293 from AArnott/ubuntu_update
Bump build agent to ubuntu 22
2 parents 8d86019 + 13cd0fe commit e1a938d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os:
24-
- ubuntu-20.04
24+
- ubuntu-22.04
2525
- macos-latest
2626
- windows-latest
2727

azure-pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- job: Linux
3030
pool:
31-
vmImage: Ubuntu 20.04
31+
vmImage: Ubuntu 22.04
3232
steps:
3333
- checkout: self
3434
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.

0 commit comments

Comments
 (0)