Skip to content

Commit 38e3d8b

Browse files
use rebuilt mssql-2017 image (#32109)
1 parent e1f0598 commit 38e3d8b

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
@@ -198,11 +198,12 @@ jobs:
198198
test-mssql:
199199
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
200200
needs: files-changed
201-
runs-on: ubuntu-latest
201+
# specifying the version of ubuntu in use as mssql fails on newer kernels
202+
# pending resolution from vendor
203+
runs-on: ubuntu-20.04
202204
services:
203205
mssql:
204-
# some images before 2024-04 can't run on new kernels
205-
image: mcr.microsoft.com/mssql/server:2019-latest
206+
image: mcr.microsoft.com/mssql/server:2017-latest
206207
env:
207208
ACCEPT_EULA: Y
208209
MSSQL_PID: Standard

0 commit comments

Comments
 (0)