Skip to content

Commit 892d7f9

Browse files
committed
Update to Ubuntu 24.04 runners.
1 parent 9084718 commit 892d7f9

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-20.04'
9+
vmimage: 'ubuntu-24.04'
1010
steps:
1111
- template: '.ci/build-steps.yml'
1212

@@ -69,7 +69,7 @@ jobs:
6969
dependsOn: linux_build
7070
displayName: 'Linux Unit Tests'
7171
pool:
72-
vmimage: 'ubuntu-20.04'
72+
vmimage: 'ubuntu-24.04'
7373
steps:
7474
- template: '.ci/mysqlconnector-tests-steps.yml'
7575

@@ -165,7 +165,7 @@ jobs:
165165
dependsOn: linux_build
166166
displayName: 'Linux Tests'
167167
pool:
168-
vmimage: 'ubuntu-20.04'
168+
vmimage: 'ubuntu-24.04'
169169
strategy:
170170
matrix:
171171
'MySQL 8.0':

0 commit comments

Comments
 (0)