Skip to content

Commit

Permalink
Use platform ubuntu-20.04 for SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Sep 24, 2024
1 parent 135b126 commit 86fb75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86fb75d

Please sign in to comment.