Skip to content

Commit

Permalink
Pin ubuntu-22.04 in workflow
Browse files Browse the repository at this point in the history
This is because 24.04 does not contain `sqlcmd`
  • Loading branch information
stephenafamo committed Dec 11, 2024
1 parent dafaf41 commit 9dd0e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
go: [1.19, 1.18]
Expand Down

0 comments on commit 9dd0e46

Please sign in to comment.