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 8deda9e commit 459efbaCopy full SHA for 459efba
.github/workflows/pull-db-tests.yml
@@ -202,7 +202,7 @@ jobs:
202
test-mssql:
203
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
204
needs: files-changed
205
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
206
services:
207
mssql:
208
image: mcr.microsoft.com/mssql/server:2017-latest
0 commit comments