Skip to content

Commit 74e35c5

Browse files
committed
Revert to ubuntu-16.04.
This reverts part of 7d9a1de.
1 parent 015b56f commit 74e35c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- job: linux_build
77
displayName: 'Linux Build'
88
pool:
9-
vmimage: 'ubuntu-latest'
9+
vmimage: 'ubuntu-16.04'
1010
steps:
1111
- template: '.ci/build-steps.yml'
1212

@@ -113,7 +113,7 @@ jobs:
113113
dependsOn: linux_build
114114
displayName: 'Linux Unit Tests'
115115
pool:
116-
vmimage: 'ubuntu-latest'
116+
vmimage: 'ubuntu-16.04'
117117
steps:
118118
- template: '.ci/mysqlconnector-tests-steps.yml'
119119

@@ -129,7 +129,7 @@ jobs:
129129
dependsOn: linux_build
130130
displayName: 'Linux Tests'
131131
pool:
132-
vmimage: 'ubuntu-latest'
132+
vmimage: 'ubuntu-16.04'
133133
strategy:
134134
matrix:
135135
'MySQL 5.6':

0 commit comments

Comments
 (0)