Skip to content

Commit

Permalink
clarify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 7, 2024
1 parent e65f48a commit 70e8154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 * * 1"
jobs:
Audit:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
env:
GOPATH: "/home/runner/go"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
jobs:
Lint:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
env:
GOPATH: "/home/runner/go"
steps:
Expand Down

0 comments on commit 70e8154

Please sign in to comment.