]> source.dussan.org Git - gitea.git/commitdiff
use rebuilt mssql-2017 image (#32109)
authortechknowlogick <techknowlogick@gitea.com>
Mon, 23 Sep 2024 20:54:20 +0000 (16:54 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 20:54:20 +0000 (16:54 -0400)
.github/workflows/pull-db-tests.yml

index 90804c0f0a31aa3f5695445043719b6eec9335db..22cb784245c24bb8a6174a1de7b4de22a1fe5e89 100644 (file)
@@ -198,11 +198,12 @@ jobs:
   test-mssql:
     if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.actions == 'true'
     needs: files-changed
-    runs-on: ubuntu-latest
+    # specifying the version of ubuntu in use as mssql fails on newer kernels
+    # pending resolution from vendor
+    runs-on: ubuntu-20.04
     services:
       mssql:
-        # some images before 2024-04 can't run on new kernels
-        image: mcr.microsoft.com/mssql/server:2019-latest
+        image: mcr.microsoft.com/mssql/server:2017-latest
         env:
           ACCEPT_EULA: Y
           MSSQL_PID: Standard