Fix mssql ci with a new mssql version on ci (#32094)

backport from https://github.com/go-gitea/gitea/pull/32060
This commit is contained in:
Lunny Xiao 2024-09-23 01:32:26 +08:00 committed by GitHub
parent ea9e09abe5
commit 69ba37e9fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ jobs:
runs-on: ubuntu-latest
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest
# some images before 2024-04 can't run on new kernels
image: mcr.microsoft.com/mssql/server:2019-latest
env:
ACCEPT_EULA: Y
MSSQL_PID: Standard