Skip to content

Commit

Permalink
Merge pull request #1428 from volatiletech/workflows
Browse files Browse the repository at this point in the history
Pin ubuntu-22.04 in workflow
  • Loading branch information
stephenafamo authored Dec 11, 2024
2 parents dafaf41 + 9dd0e46 commit d0cee93
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 d0cee93

Please sign in to comment.