Skip to content

Commit 69ba37e

Browse files
authored
Fix mssql ci with a new mssql version on ci (#32094)
backport from #32060
1 parent ea9e09a commit 69ba37e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/pull-db-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
runs-on: ubuntu-latest
198198
services:
199199
mssql:
200-
image: mcr.microsoft.com/mssql/server:2017-latest
200+
# some images before 2024-04 can't run on new kernels
201+
image: mcr.microsoft.com/mssql/server:2019-latest
201202
env:
202203
ACCEPT_EULA: Y
203204
MSSQL_PID: Standard

0 commit comments

Comments
 (0)