Use platform ubuntu-20.04 for SQL Server

This commit is contained in:
Omkar P 2024-09-25 00:11:17 +05:30
parent 135b126df8
commit 86fb75dcd5
No known key found for this signature in database
GPG Key ID: 61FCDA22C2E62220

View File

@ -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: