From 86fb75dcd5c1ba2e447d23d151c332c1046b64fb Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:11:17 +0530 Subject: [PATCH] Use platform ubuntu-20.04 for SQL Server --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca005264..173112ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -171,7 +171,7 @@ jobs: strategy: matrix: go: ['1.22', '1.21', '1.20'] - platform: [ubuntu-latest] # can not run test in macOS and windows + platform: [ubuntu-20.04] # can not run test in macOS and windows runs-on: ${{ matrix.platform }} services: