Skip to content

Commit 2b50d90

Browse files
committed
Update Ubuntu version on Azure
The i386 and community jobs were still on 16.04, update them to 18.04.
1 parent 1b2e6cb commit 2b50d90

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-16.04'
19+
vmImage: 'ubuntu-18.04'
2020
variables:
2121
ubsan_options: 'print_stacktrace=1'
2222
steps:

azure/i386/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
locales \
1414
language-pack-de \
1515
libglib2.0-dev:i386 \
16-
openssl:i386 \
16+
libssl-dev:i386 \
1717
zlib1g-dev:i386 \
1818
libxml2-dev:i386 \
1919
libgmp-dev:i386 \

azure/i386/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
jobs:
66
- job: ${{ parameters.configurationName }}
77
pool:
8-
vmImage: 'ubuntu-16.04'
8+
vmImage: 'ubuntu-18.04'
99
steps:
1010
- template: apt.yml
1111
- script: |

0 commit comments

Comments
 (0)