Skip to content

Commit 674b884

Browse files
committed
Update community, coverage and file cache jobs to Ubuntu 20.04
This fixes the issue with apt, and seems like a good idea in general. The msan job is now the only one on 18.04, but that one needs more work.
1 parent bcea74f commit 674b884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- job: ${{ parameters.configurationName }}
1717
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1818
pool:
19-
vmImage: 'ubuntu-18.04'
19+
vmImage: 'ubuntu-20.04'
2020
variables:
2121
ubsan_options: 'print_stacktrace=1'
2222
steps:

azure/coverage_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: ${{ parameters.configurationName }}
99
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1010
pool:
11-
vmImage: 'ubuntu-18.04'
11+
vmImage: 'ubuntu-20.04'
1212
steps:
1313
- template: apt.yml
1414
- script: |

azure/file_cache_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: ${{ parameters.configurationName }}
99
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1010
pool:
11-
vmImage: 'ubuntu-18.04'
11+
vmImage: 'ubuntu-20.04'
1212
steps:
1313
- template: apt.yml
1414
- template: configure.yml

0 commit comments

Comments
 (0)