Skip to content

Commit 83a570f

Browse files
techknowlogickGiteaBot
authored andcommitted
use rebuilt mssql-2017 image (go-gitea#32109)
1 parent 1f8cbba commit 83a570f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,12 @@ jobs:
194194
test-mssql:
195195
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
196196
needs: files-changed
197-
runs-on: ubuntu-latest
197+
# specifying the version of ubuntu in use as mssql fails on newer kernels
198+
# pending resolution from vendor
199+
runs-on: ubuntu-20.04
198200
services:
199201
mssql:
200-
# some images before 2024-04 can't run on new kernels
201-
image: mcr.microsoft.com/mssql/server:2019-latest
202+
image: mcr.microsoft.com/mssql/server:2017-latest
202203
env:
203204
ACCEPT_EULA: Y
204205
MSSQL_PID: Standard

0 commit comments

Comments
 (0)