We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6110c46 commit e6f5322Copy full SHA for e6f5322
.github/workflows/pull-db-tests.yml
@@ -198,12 +198,12 @@ jobs:
198
test-mssql:
199
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
200
needs: files-changed
201
- runs-on: ubuntu-latest
+ # specifying the version of ubuntu in use as mssql fails on newer kernels
202
+ # pending resolution from vendor
203
+ runs-on: ubuntu-22.04
204
services:
205
mssql:
- # rebuilt mssql image, only for gitea's testing of mssql
- # not for general use
206
- image: techknowlogick/mssql:2017
+ image: mcr.microsoft.com/mssql/server:2019-latest
207
env:
208
ACCEPT_EULA: Y
209
MSSQL_PID: Standard
0 commit comments