From 5d4b456113f0bdbca3fa4cfd381534ce4140a9ee Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 14 Sep 2024 12:57:27 -0700 Subject: [PATCH] Use an older image of mssql --- .github/workflows/pull-db-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-db-tests.yml b/.github/workflows/pull-db-tests.yml index 246884f24b1bd..0f6d9ee0203f7 100644 --- a/.github/workflows/pull-db-tests.yml +++ b/.github/workflows/pull-db-tests.yml @@ -201,7 +201,7 @@ jobs: runs-on: ubuntu-latest services: mssql: - image: mcr.microsoft.com/mssql/server:2017-latest + image: mcr.microsoft.com/mssql/server:2017-CU31-GDR2-ubuntu-18.04 env: ACCEPT_EULA: Y MSSQL_PID: Standard