Skip to content

Commit e6f5322

Browse files
Update pull-db-tests.yml
1 parent 6110c46 commit e6f5322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +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-22.04
202204
services:
203205
mssql:
204-
# rebuilt mssql image, only for gitea's testing of mssql
205-
# not for general use
206-
image: techknowlogick/mssql:2017
206+
image: mcr.microsoft.com/mssql/server:2019-latest
207207
env:
208208
ACCEPT_EULA: Y
209209
MSSQL_PID: Standard

0 commit comments

Comments
 (0)